More scripts and code from Minio-io to minio

This commit is contained in:
Harshavardhana
2015-05-11 16:43:38 -07:00
parent 946341ac29
commit de56909d55
5 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
### 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.
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
$ mkdir -p $GOPATH/src/github.com/minio
$ cd $GOPATH/src/github.com/minio