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 b5c2c8d0a9
commit 0661f1c128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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`.