From fc32781af5e85e548d3f1abaf0fa3dbe8a72495c Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 23 Feb 2015 15:18:42 -0600 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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