add -u flag to go get

This commit is contained in:
Andrea Franz 2019-03-07 10:04:31 +01:00 committed by GitHub
parent bf0af16dc4
commit c874934d90

View File

@ -12,7 +12,7 @@ MacOSX:
## Installation
`go get github.com/status-im/keycard-go/cmd/keycard`
`go get -u github.com/status-im/keycard-go/cmd/keycard`
The executable will be installed in `$GOPATH/bin`.
Check your `$GOPATH` with `go env`.