Update README.md with proper install command as earlier cmd is deprecated

This commit is contained in:
Bhargav 2024-03-09 23:42:29 +05:30 committed by GitHub
parent bd2655e76c
commit 33ce8a4e78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: