Make go path bin clearer in README

Fix #324
This commit is contained in:
Albert Nigmatzianov 2017-04-20 21:54:12 +02:00
parent 0a4540b161
commit 10f6b9d7e1

View file

@ -182,7 +182,7 @@ 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!
This will create the cobra executable under your `$GOPATH/bin` directory.
### cobra init