tweak workflow for godep update

Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
This commit is contained in:
Chanwit Kaewkasi 2015-02-16 18:30:26 +07:00
parent e991c930d3
commit 5333b84529
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ To make sure other will not miss dependencies you've added to Swarm, you'll need
```sh
$GOBIN/godep save ./...
$GOBIN/godep update <an updated package>
git diff # check what added or removed in Godep/Godeps.json
# then manually add missing dependencies
```