readme: go get -u

This commit is contained in:
Eyal Posener 2017-05-19 00:21:35 +03:00
parent 606af1720e
commit 1dc99e31db
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ can also be used to implement any completions, see [Usage](#usage).
1. Type in your shell:
```
go get github.com/posener/complete/gocomplete
go get -u github.com/posener/complete/gocomplete
gocomplete -install
```