update the reademe

This commit is contained in:
Graham Christensen 2017-11-11 07:51:24 -05:00
parent 19c8b6ed1d
commit 47c46468f8
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -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
```