From f9886bea2a8be8871c10203131780305fcef715a Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 26 May 2021 10:55:18 -0700 Subject: [PATCH] change source installation to use 'go install' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8d1a0eb0..1c61406d4 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ service minio start Use the following commands to compile and run a standalone MinIO server from source. Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow [How to install Golang](https://golang.org/doc/install). Minimum version required is [go1.16](https://golang.org/dl/#stable) ```sh -GO111MODULE=on go get github.com/minio/minio +GO111MODULE=on go install github.com/minio/minio@latest ``` The MinIO deployment starts using default root credentials `minioadmin:minioadmin`. You can test the deployment using the MinIO Browser, an embedded