From 079615a104bb121db0f16071674c567dd2c9d4ea Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 27 May 2015 18:41:14 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d454c4f7..8a9c43465 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,7 @@ +### Install Golang + +If you do not have a working Golang environment setup please follow [Golang Installation Guide](./INSTALLGO.md). + ### Setup your Minio Github Repository Fork [Minio upstream](https://github.com/minio/minio/fork) source repository to your own personal repository. Copy the URL and pass it to ``go get`` command. Go uses git to clone a copy into your project workspace folder. ```sh