diff options
author | Araq <rumpf_a@web.de> | 2016-10-08 10:46:54 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-10-08 10:47:47 +0200 |
commit | 91722b4aed0194af9b7fb3b2241a23e8a613f7fa (patch) | |
tree | 0c12f34223d20a4035fe8ca7fb52cf369e766343 /readme.md | |
parent | 3a5dfd6a0390f71eb620f73fe08018f4ca5af96a (diff) | |
download | Nim-91722b4aed0194af9b7fb3b2241a23e8a613f7fa.tar.gz |
install_tools is not for building by source
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/readme.md b/readme.md index 01061bfa2..7d8fb4cce 100644 --- a/readme.md +++ b/readme.md @@ -51,13 +51,6 @@ instead of ``build.sh``. The ``koch`` tool is the Nim build tool, more ``koch`` related options are documented in [doc/koch.rst](doc/koch.rst). -To complete the installation you should also build Nim's tools like -``nimsuggest``, ``nimble`` or ``nimgrep``: - -``` -nim e install_tools.nims -``` - ## Nimble [Nimble](https://github.com/nim-lang/nimble) is Nim's package manager. For the |