mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Change all minio-io path to minio
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
### 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
|
||||
$ mkdir -p $GOPATH/src/github.com/minio-io
|
||||
$ cd $GOPATH/src/github.com/minio-io
|
||||
$ mkdir -p $GOPATH/src/github.com/minio
|
||||
$ cd $GOPATH/src/github.com/minio
|
||||
$ git clone https://github.com/$USER_ID/minio
|
||||
$ cd minio
|
||||
```
|
||||
@@ -23,8 +23,8 @@ Building Libraries
|
||||
|
||||
### Setting up git remote as ``upstream``
|
||||
```sh
|
||||
$ cd $GOPATH/src/github.com/minio-io/minio
|
||||
$ git remote add upstream https://github.com/minio-io/minio
|
||||
$ cd $GOPATH/src/github.com/minio/minio
|
||||
$ git remote add upstream https://github.com/minio/minio
|
||||
$ git fetch upstream
|
||||
$ git merge upstream/master
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user