clean up the readme

This commit is contained in:
Graham Christensen 2017-12-01 20:58:05 -05:00
parent 363675c2ee
commit a7feee1b1e
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -3,3 +3,6 @@ vendor
*.log *.log
test.php test.php
config.json config.json
.bash_hist
/config*
result

View file

@ -161,7 +161,7 @@ $ cargo build
cargo build cargo build
``` ```
then copy config.example.json to config.json and edit its vars. Set then copy example.config.json to config.json and edit its vars. Set
`nix.remote` to an empty string if you're not using the daemon. `nix.remote` to an empty string if you're not using the daemon.
Run Run