mirror of
https://github.com/minio/minio.git
synced 2025-02-04 10:26:01 -05:00
Merge pull request #65 from harshavardhana/pr_out_remove_redundant_make_getdeps
Remove redundant 'make getdeps'
This commit is contained in:
commit
a110792ba5
@ -51,7 +51,6 @@ Once we are finished the prerequisites in the previous step we now build minio
|
|||||||
```sh
|
```sh
|
||||||
$ go get -u github.com/minio-io/minio
|
$ go get -u github.com/minio-io/minio
|
||||||
$ cd $GOPATH/src/github.com/minio-io/minio
|
$ cd $GOPATH/src/github.com/minio-io/minio
|
||||||
$ make getdeps
|
|
||||||
$ make
|
$ make
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
@ -61,7 +60,6 @@ $ make
|
|||||||
```sh
|
```sh
|
||||||
$ git clone https://github.com/minio-io/minio
|
$ git clone https://github.com/minio-io/minio
|
||||||
$ cd minio
|
$ cd minio
|
||||||
$ make getdeps
|
|
||||||
$ make
|
$ make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user