*: add HACKING.md
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
f99be8417e
commit
4751d054c4
1 changed files with 6 additions and 0 deletions
6
HACKING.md
Normal file
6
HACKING.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Add a new dependency
|
||||
|
||||
```
|
||||
$ glide get github.com/example/pkg
|
||||
$ make udpate-deps
|
||||
```
|
Loading…
Reference in a new issue