diff --git a/.gitignore b/.gitignore index 0adf06b..2598143 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ vendor *.log test.php config.json +.bash_hist +/config* +result diff --git a/README.md b/README.md index 3fb9578..ad4fab1 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ $ 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. Run diff --git a/config.example.json b/example.config.json similarity index 100% rename from config.example.json rename to example.config.json