Skip to content

Commit

Permalink
Merge pull request spf13#300 from cshung/master
Browse files Browse the repository at this point in the history
Include instruction for building the cobra tool in README.md
  • Loading branch information
eparis authored Jul 22, 2016
2 parents dbb7c2d + cb51c97 commit f62e98d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ func main() {
Cobra provides its own program that will create your application and add any
commands you want. It's the easiest way to incorporate Cobra into your application.

In order to use the cobra command, compile it using the following command:

> go install github.com/spf13/cobra/cobra

This will create the cobra executable under your go path bin directory!

### cobra init

The `cobra init [yourApp]` command will create your initial application code
Expand Down

0 comments on commit f62e98d

Please sign in to comment.