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 +```