forked from LaconicNetwork/kompose
Development Guide: use script/godep-restore.sh
This commit is contained in:
parent
ddff6af3f6
commit
6991b811e9
@ -114,9 +114,12 @@ If it is not a valid version try, make sure you have updated the godep repo with
|
||||
|
||||
```console
|
||||
cd $GOPATH/src/github.com/skippbox
|
||||
godep restore
|
||||
script/godep-restore.sh
|
||||
```
|
||||
|
||||
Reason for calling `script/godep-restore.sh` instead of just `godep restore` is that Kompose is using `github.com/openshift/kubernetes` instead of `github.com/kubernetes/kubernetes`.
|
||||
|
||||
|
||||
2. Add a new dependency.
|
||||
|
||||
To add a new package, do this:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user