mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 09:48:19 -07:00
Fix link to cobra lib in README.md
This commit is contained in:
parent
4ba54a0f7f
commit
ca5710c94e
@ -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
|
||||
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user