Merge pull request #27 from runcom/hacking-md

*: add HACKING.md
This commit is contained in:
Mrunal Patel 2016-09-17 12:58:24 -07:00 committed by GitHub
commit 7d762bf015

6
HACKING.md Normal file
View file

@ -0,0 +1,6 @@
# Add a new dependency
```
$ glide get github.com/example/pkg
$ make udpate-deps
```