From 47521a23015fde9fcb8692acf57a8b31bae438d2 Mon Sep 17 00:00:00 2001 From: Gabriel <45315755+gm0stache@users.noreply.github.com> Date: Sat, 27 Jan 2024 23:13:38 +0100 Subject: [PATCH] docs: update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 01b4265..4b4e796 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # utils Some small cli helper programs. + +## mkf +Allows to create a file under an arbitrary path. creates the file and all missing parent dir's. + +```shell +go install github.com/gm0stache/utils/cmd/mkf@latest +```