Skip to content

Commit

Permalink
Add -u flag to go get command in README
Browse files Browse the repository at this point in the history
refs #18
  • Loading branch information
titanous committed Apr 11, 2014
1 parent 2333fcb commit 16661a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ SECURE - example:5432 does not have the heartbeat extension enabled
Binaries are available from
[gobuild.io](https://gobuild.io/download/github.com/titanous/heartbleeder).

Build from source by running `go get github.com/titanous/heartbleeder`, which
Build from source by running `go get -u github.com/titanous/heartbleeder`, which
will put the code in `$GOPATH/src/github.com/titanous/heartbleeder` and a binary
at `$GOPATH/bin/heartbleeder`.

Expand Down

0 comments on commit 16661a0

Please sign in to comment.