Merge pull request #938 from minio/harshavardhana-patch-1

go get -u
This commit is contained in:
Harshavardhana 2015-10-22 00:27:50 -07:00
commit 485da0cb91
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Micro services environment provisions one Minio server per application instance.
#### Linux, OS X, Windows
~~~
$ go get github.com/minio/minio
$ go get -u github.com/minio/minio
~~~
### How to use Minio?