minor website improvement

This commit is contained in:
Andreas Rumpf
2017-01-29 14:13:48 +01:00
parent ede1f7692f
commit fcefe06b57
2 changed files with 2 additions and 2 deletions

View File

@@ -142,5 +142,5 @@ allowing you to create commercial applications.
Read copying.txt for more details.
Copyright (c) 2006-2016 Andreas Rumpf.
Copyright (c) 2006-2017 Andreas Rumpf.
All rights reserved.

View File

@@ -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.