From 7fa8ec5f3fde1fd4c9d507d813e32c9c0d2feb81 Mon Sep 17 00:00:00 2001 From: Robert Anthony Bellamy Date: Fri, 19 May 2017 14:58:31 -0400 Subject: [PATCH] edits installation command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4563c211..07f7ea56 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,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. This command will install the `cobra` generator executible -along with the library: +of the library. This command will install the `cobra` generator executable +along with the library and its dependencies: - go get -v github.com/spf13/cobra/cobra + go get -u github.com/spf13/cobra/cobra Next, include Cobra in your application: