diff --git a/README.md b/README.md index 79227246d..dcdfe8fa5 100644 --- a/README.md +++ b/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 + ```