diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-09-26 19:26:31 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-09-26 19:26:39 +0200 |
commit | d8430f5a756265d735aa66f08b0bea68c1a5cac3 (patch) | |
tree | b5f184de864d078023a599d98000c2a81f0d31ae /web/download.rst | |
parent | 084ed53baa0fc439766f7c666ef856785ef6ef1f (diff) | |
download | Nim-d8430f5a756265d735aa66f08b0bea68c1a5cac3.tar.gz |
tar.xz contains nimble and nimsuggest
Diffstat (limited to 'web/download.rst')
-rw-r--r-- | web/download.rst | 1 |
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. |