mirror of https://github.com/spf13/cobra.git
parent
2a8d0f327d
commit
8a39cb2614
|
@ -108,7 +108,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/cobra
|
go get -u github.com/spf13/cobra
|
||||||
|
|
||||||
Next, include Cobra in your application:
|
Next, include Cobra in your application:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue