summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-10-24 17:22:31 +0200
committerAraq <rumpf_a@web.de>2016-10-24 17:41:02 +0200
commitceb30d7a0e3efb697d710e96add2633644dd7845 (patch)
treeca6ff64266778b35ae448ee635bec53437b6fa31 /web
parentcceb6c625c3e2f410b8835f3cb4e5b36c487189e (diff)
downloadNim-ceb30d7a0e3efb697d710e96add2633644dd7845.tar.gz
document the new way of doing things; refs #4934
Diffstat (limited to 'web')
-rw-r--r--web/download.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/download.rst b/web/download.rst
index b9874f1b1..7698deef1 100644
--- a/web/download.rst
+++ b/web/download.rst
@@ -61,7 +61,7 @@ Now open a terminal and follow these instructions:
 ``cd ~/programs/nim``.
 * run ``sh build.sh``.
 * Add ``$your_install_dir/bin`` to your PATH.
-* To build associated tools like ``nimble`` and ``nimsuggest`` run ``nim e install_tools.nims``.
+* To build associated tools like ``nimble`` and ``nimsuggest`` run ``nim c koch && koch tools``.
 
 After restarting your terminal, you should be able to run ``nim -v``
 which should show you the version of Nim you just installed.
@@ -94,6 +94,7 @@ and then to build it::
   cd ..
   bin/nim c koch
   ./koch boot -d:release
+  koch tools
 
 You should then add the ``./bin`` (make sure to expand this into an
 absolute path) directory to your ``PATH``.