From fd160f2ed5000cd113f85e9254f1461e8580245c Mon Sep 17 00:00:00 2001 From: Maxim Egorov <86559789+maxguuse@users.noreply.github.com> Date: Sat, 27 Jan 2024 23:32:55 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3bc24a..8ad2f47 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A CLI utility to easily use the Golang project structure that I prefer. ## Installation ``` -go install github.com/maxguuse/bruh/cmd/bruh@dev +go install github.com/maxguuse/bruh/cmd/bruh@latest ``` ## Possible output project structure @@ -29,4 +29,4 @@ go install github.com/maxguuse/bruh/cmd/bruh@dev └── logger ├── go.mod └── main.go -``` \ No newline at end of file +```