mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +01: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