Browse Source

developing: Link to dep tool, not old vendetta one

tags/v0.8.0
Daniel Oaks 7 years ago
parent
commit
2c9b2db9e3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      DEVELOPING.md

+ 1
- 1
DEVELOPING.md View File

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

Loading…
Cancel
Save