2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

docs: go get all modules

This commit is contained in:
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

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