From 33ce8a4e78004aa965249d8786c073fbda98bccd Mon Sep 17 00:00:00 2001 From: Bhargav <bhargavkeshav@gmail.com> Date: Sat, 9 Mar 2024 23:42:29 +0530 Subject: [PATCH] Update README.md with proper install command as earlier cmd is deprecated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6444f4b7..509d540f 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Using Cobra is easy. First, use `go get` to install the latest version of the library. ``` -go get -u github.com/spf13/cobra@latest +go install github.com/spf13/cobra@latest ``` Next, include Cobra in your application: