add make deps

pull/23/head
Miguel Mota 5 years ago
parent 39771493e4
commit 8841804e6d

@ -1,7 +1,6 @@
language: go
go:
- "1.9.x"
- "1.10.x"
- "master"

@ -4,6 +4,9 @@ aul:
run:
go run main.go
deps:
GO111MODULE=on go mod vendor
debug:
DEBUG=1 go run main.go

@ -651,10 +651,16 @@ Frequently asked questions:
Running cointop from source
```
```bash
make run
```
### Update vendor dependencies
```bash
make deps
```
### Homebrew
Installing from source

Loading…
Cancel
Save