Skip to content

Commit

Permalink
Add -u to the README installation instructions.
Browse files Browse the repository at this point in the history
This will allow the command to update the package if an old one happens to
be present while still fetching it if it's missing.

Suggested by @shurcooL in #28.
  • Loading branch information
davecgh committed Feb 23, 2015
1 parent a4b53de commit fc32781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ http://localhost:6060/pkg/github.com/davecgh/go-spew/spew
## Installation

```bash
$ go get github.com/davecgh/go-spew/spew
$ go get -u github.com/davecgh/go-spew/spew
```

## Quick Start
Expand Down

0 comments on commit fc32781

Please sign in to comment.