diff options
| author | Dave Collins <[email protected]> | 2015-02-23 15:18:42 -0600 | 
|---|---|---|
| committer | Dave Collins <[email protected]> | 2015-02-23 15:20:11 -0600 | 
| commit | fc32781af5e85e548d3f1abaf0fa3dbe8a72495c (patch) | |
| tree | fb47e38c18d1599390c2bb23c015ae715ece2c9b | |
| parent | a4b53deb9bf78b69198092ddafa308d3be2bd002 (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.md | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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  | 
