mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
Doc: Fixed Minio install steps from source. (#2590)
This commit is contained in:
parent
e79d2381fc
commit
790ad68d4d
1 changed files with 2 additions and 3 deletions
|
@ -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…
Reference in a new issue