Update README.md

Fix description to actually install generator as well as latest version of the library
This commit is contained in:
Martin Marcher 2017-05-30 21:56:48 +02:00 committed by Albert Nigmatzianov
parent e606913c4e
commit 8d4ce3549a

View file

@ -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
go get -u github.com/spf13/cobra/cobra
Next, include Cobra in your application: