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

master
koolhead17 8 years ago committed by Harshavardhana
parent e79d2381fc
commit 790ad68d4d
  1. 5
      README.md

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

Loading…
Cancel
Save