Merge pull request #66 from skippbox/kadel-patch-1

Development Guide: use script/godep-restore.sh
This commit is contained in:
Tomas Kral 2016-07-28 10:59:28 +02:00 committed by GitHub
commit 0b2426dbcf

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: