add make deps

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

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

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

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

Loading…
Cancel
Save