fix readme install instructions

This commit is contained in:
Eyal Posener 2017-05-07 16:57:09 +03:00 committed by GitHub
parent 22862094d0
commit e8f6dfad58
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ In [gocomplete](./gocomplete) there is an example for bash completion for the `g
1. Type in your shell:
```
go get github.com/posener/complete/gocomplete
go install github.com/posener/complete/gocomplete
gocomplete -install
```