Update README to mention go get -u.

This will help prevent/reduce issues such as #65.
This commit is contained in:
Dmitri Shuralyov 2015-01-09 01:13:54 -08:00
parent 452770b024
commit e3850a4b3c

View File

@ -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