mirror of https://github.com/minio/minio.git
chore: Adjust setup guide for development. (#20204)
Signed-off-by: ifuryst <ifuryst@gmail.com>
This commit is contained in:
parent
dea9abed29
commit
5da7f0100a
|
@ -12,8 +12,9 @@ Fork [MinIO upstream](https://github.com/minio/minio/fork) source repository to
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/minio/minio
|
git clone https://github.com/minio/minio
|
||||||
|
cd minio
|
||||||
go install -v
|
go install -v
|
||||||
ls /go/bin/minio
|
ls $(go env GOPATH)/bin/minio
|
||||||
```
|
```
|
||||||
|
|
||||||
### Set up git remote as ``upstream``
|
### Set up git remote as ``upstream``
|
||||||
|
|
Loading…
Reference in New Issue