forked from mirror/cobra
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
|
@ -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
|
of the library. This command will install the `cobra` generator executable
|
||||||
along with the library and its dependencies:
|
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:
|
Next, include Cobra in your application:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue