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

docs: make build steps clearer

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

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`