add -u flag to go get
This commit is contained in:
parent
b5c2c8d0a9
commit
0661f1c128
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue