From fcefe06b5794d75eebe2da71e15ee270ef72644d Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sun, 29 Jan 2017 14:13:48 +0100 Subject: [PATCH] minor website improvement --- readme.md | 2 +- web/download.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ec77848f1b..6eb85b0a38 100644 --- a/readme.md +++ b/readme.md @@ -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. diff --git a/web/download.rst b/web/download.rst index d2557fb200..34f5725e49 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.