diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-03-03 00:36:05 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-03-03 00:36:05 +0100 |
commit | f4e0f64f8648dc0dc56f91982b95ae3ff0466539 (patch) | |
tree | 3133298378bd4c137da6d33206818a3f47ea8bd8 | |
parent | 8b05bf3e8660ded6dec29e044aa532a60d291cec (diff) | |
download | Nim-f4e0f64f8648dc0dc56f91982b95ae3ff0466539.tar.gz |
Update readme.md
-rw-r--r-- | readme.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.md b/readme.md index 2252ea52b..e716c0d0d 100644 --- a/readme.md +++ b/readme.md @@ -39,8 +39,7 @@ $ bin/nim c koch $ ./koch boot -d:release ``` -``koch install [dir]`` may then be used to install Nim, or you can simply -add it to your PATH. More ``koch`` related options are documented in +``koch install [dir]`` may then be used to install Nim, but lots of things don't work then so don't do that. Add it to your PATH instead. More ``koch`` related options are documented in [doc/koch.txt](doc/koch.txt). The above steps can be performed on Windows in a similar fashion, the |