diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-01-29 14:13:48 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-01-29 14:15:05 +0100 |
commit | fcefe06b5794d75eebe2da71e15ee270ef72644d (patch) | |
tree | 0e0af670c793100731514d748d1143370476160a /web/download.rst | |
parent | ede1f7692f3409230ee6838179d35bafaa004ee1 (diff) | |
download | Nim-fcefe06b5794d75eebe2da71e15ee270ef72644d.tar.gz |
minor website improvement
Diffstat (limited to 'web/download.rst')
-rw-r--r-- | web/download.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/download.rst b/web/download.rst index d2557fb20..34f5725e4 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 c koch && koch tools``. +* 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. |