mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
Update README.md
Fix description to actually install generator as well as latest version of the library
This commit is contained in:
parent
e606913c4e
commit
8d4ce3549a
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ Using Cobra is easy. First, use `go get` to install the latest version
|
|||
of the library. This command will install the `cobra` generator executable
|
||||
along with the library and its dependencies:
|
||||
|
||||
go get -u github.com/spf13/cobra
|
||||
go get -u github.com/spf13/cobra/cobra
|
||||
|
||||
Next, include Cobra in your application:
|
||||
|
||||
|
|
Loading…
Reference in a new issue