diff options
author | Araq <rumpf_a@web.de> | 2013-04-11 17:28:17 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-04-11 17:28:17 +0200 |
commit | 45185f84dfcb8f4f16734fcd22f91834621c60e7 (patch) | |
tree | 6226b7ada688ece0025eeadee7efc476286a61c5 /readme.txt | |
parent | 1ab598b3367043e77adf9c941dd2b56b088273f8 (diff) | |
download | Nim-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.txt | 2 |
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 |