chore: Adjust setup guide for development. (#20204)

Signed-off-by: ifuryst <ifuryst@gmail.com>
This commit is contained in:
Leo 2024-08-06 02:35:53 +08:00 committed by GitHub
parent dea9abed29
commit 5da7f0100a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,9 @@ Fork [MinIO upstream](https://github.com/minio/minio/fork) source repository to
```sh
git clone https://github.com/minio/minio
cd minio
go install -v
ls /go/bin/minio
ls $(go env GOPATH)/bin/minio
```
### Set up git remote as ``upstream``