mirror of
https://github.com/goharbor/harbor
synced 2025-04-15 17:26:33 +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
|
mkdir -p $GOPATH/src/github.com/goharbor
|
||||||
|
|
||||||
#Get code
|
#Get code
|
||||||
go get github.com/goharbor/harbor
|
git clone git@github.com:goharbor/harbor.git
|
||||||
cd $GOPATH/src/github.com/goharbor/harbor
|
cd $GOPATH/src/github.com/goharbor/harbor
|
||||||
|
|
||||||
#Track repository under your personal account
|
#Track repository under your personal account
|
||||||
|
|
Loading…
Reference in New Issue
Block a user