@ -7,8 +7,8 @@ Minio's design is inspired by Amazon's S3 for its API and Facebook's Haystack fo
[Build Dependencies](./DEVELOPERS.md)
### Setup your Minio Github Repository <iframesrc="http://ghbtns.com/github-btn.html?user=Minio-io&repo=minio&type=fork&count=true&size=large"height="30"width="170"frameborder="0"scrolling="0"style="width:170px; height: 30px;"allowTransparency="true"></iframe>
Fork [Minio upstream](https://github.com/Minio-io/minio) 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.
### Setup your Minio Github Repository
Fork [Minio upstream](https://github.com/Minio-io/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.
Minio use plain Makefile to wrap around some of the limitations of ``go build``. To compile Minio source, simply change to your workspace folder and type ``make``.
Minio uses ``Makefile`` to wrap around some of the limitations of ``go build``. To compile Minio source, simply change to your workspace folder and type ``make``.
```sh
$ cd $GOPATH/src/github.com/$USER_ID/minio/
$ make
@ -27,12 +27,9 @@ Installed minio into /home/harsha/.gvm/pkgsets/go1.4/global/bin
Installed minio-cli into /home/harsha/.gvm/pkgsets/go1.4/global/bin