mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
parent
0a4540b161
commit
10f6b9d7e1
1 changed files with 3 additions and 3 deletions
|
@ -182,7 +182,7 @@ In order to use the cobra command, compile it using the following command:
|
|||
|
||||
> go install github.com/spf13/cobra/cobra
|
||||
|
||||
This will create the cobra executable under your go path bin directory!
|
||||
This will create the cobra executable under your `$GOPATH/bin` directory.
|
||||
|
||||
### cobra init
|
||||
|
||||
|
|
Loading…
Reference in a new issue