Fix install command (#1576)

This commit is contained in:
Shyim 2022-02-17 18:17:44 +01:00 committed by GitHub
parent 7cabfeb8f8
commit a599632379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
Cobra provides its own program that will create your application and add any
commands you want. It's the easiest way to incorporate Cobra into your application.
Install the cobra generator with the command `go install github.com/spf13/cobra/cobra`.
Install the cobra generator with the command `go install github.com/spf13/cobra/cobra@latest`.
Go will automatically install it in your `$GOPATH/bin` directory which should be in your $PATH.
Once installed you should have the `cobra` command available. Confirm by typing `cobra` at a