mirror of
https://github.com/spf13/cobra
synced 2024-11-24 22:57:12 +00:00
Edit installation command in README.md (#451)
This commit is contained in:
parent
fb1f39915d
commit
4ba54a0f7f
1 changed files with 3 additions and 3 deletions
|
@ -127,10 +127,10 @@ tree is assigned to the commander which is finally executed.
|
||||||
|
|
||||||
# Installing
|
# Installing
|
||||||
Using Cobra is easy. First, use `go get` to install the latest version
|
Using Cobra is easy. First, use `go get` to install the latest version
|
||||||
of the library. This command will install the `cobra` generator executible
|
of the library. This command will install the `cobra` generator executable
|
||||||
along with the library:
|
along with the library and its dependencies:
|
||||||
|
|
||||||
go get -v github.com/spf13/cobra/cobra
|
go get -u github.com/spf13/cobra/cobra
|
||||||
|
|
||||||
Next, include Cobra in your application:
|
Next, include Cobra in your application:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue