summary refs log tree commit diff stats
path: root/readme.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-04-11 17:28:17 +0200
committerAraq <rumpf_a@web.de>2013-04-11 17:28:17 +0200
commit45185f84dfcb8f4f16734fcd22f91834621c60e7 (patch)
tree6226b7ada688ece0025eeadee7efc476286a61c5 /readme.txt
parent1ab598b3367043e77adf9c941dd2b56b088273f8 (diff)
downloadNim-45185f84dfcb8f4f16734fcd22f91834621c60e7.tar.gz
cleanup of tests; use 'koch install' instead of 'install.sh' for a bootstrapping build
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 3e39b5f77..ee24cd683 100644
--- a/readme.txt
+++ b/readme.txt
@@ -42,7 +42,7 @@ $ bin/nimrod c koch
 $ ./koch boot -d:release
 ```
 
-The install script (``install.sh``) may then be used to install Nimrod, or you
+``koch install [dir]`` may then be used to install Nimrod, or you
 can simply add it to your PATH.
 
 The above steps can be performed on Windows in a similar fashion, the