summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2015-02-23 15:18:42 -0600
committerDave Collins <[email protected]>2015-02-23 15:20:11 -0600
commitfc32781af5e85e548d3f1abaf0fa3dbe8a72495c (patch)
treefb47e38c18d1599390c2bb23c015ae715ece2c9b
parenta4b53deb9bf78b69198092ddafa308d3be2bd002 (diff)
Add -u to the README installation instructions.
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae3341d..c84c4ad 100644
--- a/README.md
+++ b/README.md
@@ -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