diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-04-19 21:45:39 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-04-19 22:42:22 +0200 |
commit | dd6c5f8929c45926f60f71cfac2bf574c883267b (patch) | |
tree | 86ab151f5d1d4ccb5bd10ab6961c3a54988d1076 /readme.txt | |
parent | 23e9ed81a274bd4c6420d9c900e7275f59125f95 (diff) | |
download | Nim-dd6c5f8929c45926f60f71cfac2bf574c883267b.tar.gz |
Adds documentation about koch.
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index 3eaef0b35..3f6aef05c 100644 --- a/readme.txt +++ b/readme.txt @@ -39,8 +39,9 @@ $ 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. +``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). 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 |