From ec63835b779038c3d84e244a99a2e98c09091826 Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Fri, 20 Nov 2015 09:55:10 -0500 Subject: [PATCH] Add install instructions for the cobra binary (and library) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: