summary refs log tree commit diff stats
path: root/web/download.rst
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-09-26 19:26:31 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-09-26 19:26:39 +0200
commitd8430f5a756265d735aa66f08b0bea68c1a5cac3 (patch)
treeb5f184de864d078023a599d98000c2a81f0d31ae /web/download.rst
parent084ed53baa0fc439766f7c666ef856785ef6ef1f (diff)
downloadNim-d8430f5a756265d735aa66f08b0bea68c1a5cac3.tar.gz
tar.xz contains nimble and nimsuggest
Diffstat (limited to 'web/download.rst')
-rw-r--r--web/download.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/download.rst b/web/download.rst
index 583398c20..11c130c23 100644
--- a/web/download.rst
+++ b/web/download.rst
@@ -45,6 +45,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``.
 
 After restarting your terminal, you should be able to run ``nim -v``
 which should show you the version of Nim you just installed.