summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSimon Hafner <hafnersimon@gmail.com>2015-06-18 13:59:22 -0500
committerSimon Hafner <hafnersimon@gmail.com>2015-06-18 13:59:22 -0500
commit3d77d2b29fae43469f85dc9db38101d8d16470cf (patch)
tree9e0da9e920970052cd7412ace7bcc02d7d3e85a5
parent0d40fd7552e826aa6ce860d101a5bd49548ed785 (diff)
downloadNim-3d77d2b29fae43469f85dc9db38101d8d16470cf.tar.gz
switched to ./koch --print html
-rw-r--r--contributing.md3
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
 ```