docs: go get all modules

pull/59/head
sammyette 2021-06-03 19:18:51 -04:00
parent 1623f0d85d
commit f6986446c0
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ git checkout $(git describe --tags `git rev-list --tags --max-count=1`)
And get dependencies and build:
```sh
go get -d
go get -d all
make dev
# If you want to use latest stable release,
make build