diff options
-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 |