Docs: Fix command about install cobra executable.

This commit is contained in:
Jimmiehan 2021-11-04 19:50:29 +08:00 committed by GitHub
parent bfacc59f62
commit 8a7e3f57df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,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: