Update readme.md
`go install` command won't download source, it works only if source already dowloaded into GOPATH. For the installation, we should use `go get` command - it will download sources first and then run `go install`.
This commit is contained in:
parent
75e4e53b5f
commit
337e95201a
|
@ -22,7 +22,7 @@ can also be used to implement any completions, see [Usage](#usage).
|
||||||
|
|
||||||
1. Type in your shell:
|
1. Type in your shell:
|
||||||
```
|
```
|
||||||
go install github.com/posener/complete/gocomplete
|
go get github.com/posener/complete/gocomplete
|
||||||
gocomplete -install
|
gocomplete -install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue