From 5da7f0100a9df69a814ba81cbe1b9678d063f4a8 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 6 Aug 2024 02:35:53 +0800 Subject: [PATCH] chore: Adjust setup guide for development. (#20204) Signed-off-by: ifuryst --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02e869344..c99df7440 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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``