*: add HACKING.md

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-09-17 18:53:36 +02:00
parent f99be8417e
commit 4751d054c4
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

6
HACKING.md Normal file
View file

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