From 39a58d4011cdcb8cdacd55ba55de670ff2072da5 Mon Sep 17 00:00:00 2001 From: Gabriel <45315755+gm0stache@users.noreply.github.com> Date: Thu, 9 May 2024 00:45:24 +0200 Subject: [PATCH] docs: adjust readme structure --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4e369e7..be13bdf 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ # 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. -#### usage +#### installation + ```shell -mkf ./new-dir/new-file.dev.env +go install github.com/gm0stache/utils/cmd/mkf@latest ``` -#### installation +#### usage + ```shell -go install github.com/gm0stache/utils/cmd/mkf@latest +mkf ./new-dir/new-file.dev.env ```