diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2015-06-18 13:59:22 -0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2015-06-18 13:59:22 -0500 |
commit | 3d77d2b29fae43469f85dc9db38101d8d16470cf (patch) | |
tree | 9e0da9e920970052cd7412ace7bcc02d7d3e85a5 | |
parent | 0d40fd7552e826aa6ce860d101a5bd49548ed785 (diff) | |
download | Nim-3d77d2b29fae43469f85dc9db38101d8d16470cf.tar.gz |
switched to ./koch --print html
-rw-r--r-- | contributing.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contributing.md b/contributing.md index 66a57971c..52088d693 100644 --- a/contributing.md +++ b/contributing.md @@ -110,6 +110,5 @@ Then you can ask the tester to create a `testresults.html` which will tell you if any new tests passed/failed. ```bash -./koch html $DEVEL_COMMIT -(xdg-)open testresults.html +./koch --print html $DEVEL_COMMIT ``` |