Skip to content

Commit f62e98d

Browse files
authored
Merge pull request #300 from cshung/master
Include instruction for building the cobra tool in README.md
2 parents dbb7c2d + cb51c97 commit f62e98d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ func main() {
172172
Cobra provides its own program that will create your application and add any
173173
commands you want. It's the easiest way to incorporate Cobra into your application.
174174

175+
In order to use the cobra command, compile it using the following command:
176+
177+
> go install github.com/spf13/cobra/cobra
178+
179+
This will create the cobra executable under your go path bin directory!
180+
175181
### cobra init
176182

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

0 commit comments

Comments
 (0)