Fix project setup step. (#18271)

Co-authored-by: Vadim Bauer <vb@container-registry.com>
Co-authored-by: Wang Yan <wangyan@vmware.com>
Co-authored-by: Orlin Vasilev <ovasilev@vmware.com>
This commit is contained in:
Akshat 2023-03-24 16:26:51 +05:30 committed by GitHub
parent 006b588c14
commit 7da7133bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export GOPATH=$HOME/go
mkdir -p $GOPATH/src/github.com/goharbor
#Get code
go get github.com/goharbor/harbor
git clone git@github.com:goharbor/harbor.git
cd $GOPATH/src/github.com/goharbor/harbor
#Track repository under your personal account