From 09f65a449a912a008f192637226b1a954c314b7e Mon Sep 17 00:00:00 2001 From: "Kenan H.Hasanovic" Date: Thu, 21 Mar 2024 17:26:31 +0000 Subject: [PATCH] Update README.md with correct go install path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fcd490..9d9284c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ brew install gcore-cli If you have [Go](https://go.dev) installed on your machine, you can install the CLI from sources with: ```sh -go install github.com/g-core/gcore-cli/cmd/gcore-cli@latest +go install github.com/G-core/gcore-cli/cmd/gcore-cli@latest ``` ## Licensing