We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbb7c2d + cb51c97 commit f62e98dCopy full SHA for f62e98d
README.md
@@ -172,6 +172,12 @@ func main() {
172
Cobra provides its own program that will create your application and add any
173
commands you want. It's the easiest way to incorporate Cobra into your application.
174
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
181
### cobra init
182
183
The `cobra init [yourApp]` command will create your initial application code
0 commit comments