Development Guide: use script/godep-restore.sh

This commit is contained in:
Tomas Kral 2016-07-26 12:12:05 +02:00 committed by GitHub
parent ddff6af3f6
commit 6991b811e9

View File

@ -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: