Doc: Fixed Minio install steps from source. (#2590)

This commit is contained in:
koolhead17 2016-08-31 18:00:11 -07:00 committed by Harshavardhana
parent e79d2381fc
commit 790ad68d4d

View file

@ -32,9 +32,8 @@ Source installation is only intended for developers and advanced users. If you d
```sh
$ go get -d github.com/minio/minio
$ cd $GOPATH/src/github.com/minio/minio
$ make
$ go get -u github.com/minio/minio
```