developing: Link to dep tool, not old vendetta one

This commit is contained in:
Daniel Oaks 2017-04-30 13:25:35 +10:00
parent fe8fc6f924
commit 2c9b2db9e3

@ -13,7 +13,7 @@ The `vendor/` directory holds our dependencies. When we import new repos, we nee
To update this folder:
1. Install https://github.com/dpw/vendetta
1. Install https://github.com/golang/dep
2. `cd` to Oragono folder
3. `dep ensure -update`
4. `cd vendor`