From e3850a4b3cd72b1e3734800423d3f7662a24e327 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Fri, 9 Jan 2015 01:13:54 -0800 Subject: [PATCH] Update README to mention go get -u. This will help prevent/reduce issues such as #65. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 903e023..bca57f7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ output being generated. To install the library and command line program, use the following: - go get github.com/jteeuwen/go-bindata/... + go get -u github.com/jteeuwen/go-bindata/... ### Usage