docs: make build steps clearer

pull/61/head
sammyette 2021-06-09 18:16:04 -04:00
parent 6cbebcbae9
commit a9b39834b3
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 6 additions and 4 deletions

View File

@ -79,11 +79,13 @@ And get dependencies and build:
```sh
go get -d all
make dev
# If you want to use latest stable release,
make build
# or want to use Hilbiline,
make hilbiline
```
If you checked out to the latest stable release, run
`make build` instead of `make dev`.
or want to experiment Hilbiline, instead run
`make hilbiline`
#### Install
`sudo make install`