mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
'go get' to 'go install'
This commit is contained in:
parent
c1973d31bf
commit
b6e9e95bd7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ commands you want. It's the easiest way to incorporate Cobra into your applicati
|
|||
|
||||
In order to use the cobra command, compile it using the following command:
|
||||
|
||||
go get github.com/spf13/cobra/cobra
|
||||
go install github.com/spf13/cobra/cobra@latest
|
||||
|
||||
This will create the cobra executable under your `$GOPATH/bin` directory.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue