mirror of
https://github.com/goharbor/harbor
synced 2025-04-14 03:04:05 +00:00
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:
parent
006b588c14
commit
7da7133bc2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user