From 790ad68d4d3291acecd4056dc900d076388a76e8 Mon Sep 17 00:00:00 2001 From: koolhead17 Date: Wed, 31 Aug 2016 18:00:11 -0700 Subject: [PATCH] Doc: Fixed Minio install steps from source. (#2590) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 + ```