update the reademe
This commit is contained in:
parent
19c8b6ed1d
commit
47c46468f8
16
README.md
16
README.md
|
@ -68,3 +68,19 @@ function gh_client() {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Getting started on the rust one...
|
||||||
|
|
||||||
|
```
|
||||||
|
cargo build
|
||||||
|
```
|
||||||
|
|
||||||
|
then copy config.example.json to config.json and edit its vars. Set
|
||||||
|
`nix.remote` to an empty string if you're not using the daemon.
|
||||||
|
|
||||||
|
Run
|
||||||
|
|
||||||
|
```
|
||||||
|
./target/debug/builder ./config.json
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue