From aa6cd015fa4f1d8a61b710cbe2b3b5dc2583a43d Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sat, 20 Dec 2014 09:23:06 -0800 Subject: [PATCH] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2210f9693..a1433468c 100644 --- a/README.md +++ b/README.md @@ -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     -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. ```sh $ go get -u github.com/$USER_ID/minio $ cd $GOPATH/src/github.com/$USER_ID/minio/ @@ -16,7 +16,7 @@ $ git remote add upstream https://github.com/Minio-io/minio.git ``` ### Compiling Minio from source -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 ``` -### Contribute - -[Howto Contribute](./CONTRIB.md) - ### Join Community +* [Howto Contribute](./CONTRIB.md) * IRC join channel #minio @ irc.freenode.net * Google Groups - minio-dev@googlegroups.com