Merge pull request #65 from harshavardhana/pr_out_remove_redundant_make_getdeps

Remove redundant 'make getdeps'
master
Harshavardhana 10 years ago
commit a110792ba5
  1. 2
      DEVELOPERS.md

@ -51,7 +51,6 @@ Once we are finished the prerequisites in the previous step we now build minio
```sh
$ go get -u github.com/minio-io/minio
$ cd $GOPATH/src/github.com/minio-io/minio
$ make getdeps
$ make
...
```
@ -61,7 +60,6 @@ $ make
```sh
$ git clone https://github.com/minio-io/minio
$ cd minio
$ make getdeps
$ make
```

Loading…
Cancel
Save