diff --git a/README.md b/README.md index ea0bb458..a965d00f 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,10 @@ tree is assigned to the commander which is finally executed. # Installing Using Cobra is easy. First, use `go get` to install the latest version -of the library: +of the library. This command will install the `cobra` generator executible +along with the library: - > go get -v github.com/spf13/cobra + > go get -v github.com/spf13/cobra/cobra Next, include Cobra in your application: