diff options
-rw-r--r-- | readme.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/readme.md b/readme.md index 675296fe3..85bf480a0 100644 --- a/readme.md +++ b/readme.md @@ -39,9 +39,7 @@ $ bin/nimrod c koch $ ./koch boot -d:release ``` -``koch install [dir]`` may then be used to install Nimrod, or you can simply -add it to your PATH. More ``koch`` related options are documented in -[doc/koch.txt](doc/koch.txt). +Add Nimrod to your PATH afterwards. The above steps can be performed on Windows in a similar fashion, the ``build.bat`` and ``build64.bat`` (for x86_64 systems) are provided to be used |