mirror of
https://github.com/spf13/cobra
synced 2025-04-10 16:57:19 +00:00
Update README.md with proper install command as earlier cmd is deprecated
This commit is contained in:
parent
bd2655e76c
commit
33ce8a4e78
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ Using Cobra is easy. First, use `go get` to install the latest version
|
||||||
of the library.
|
of the library.
|
||||||
|
|
||||||
```
|
```
|
||||||
go get -u github.com/spf13/cobra@latest
|
go install github.com/spf13/cobra@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Next, include Cobra in your application:
|
Next, include Cobra in your application:
|
||||||
|
|
Loading…
Add table
Reference in a new issue