From 33b9ab47d9903b9dcbb6c9886cd0646f53e88b62 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 14 Sep 2014 18:45:12 +0100 Subject: Fix build instructions in readme. --- readme.md | 6 +++--- readme.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 83d6ef748..7c6fc8e45 100644 --- a/readme.md +++ b/readme.md @@ -30,9 +30,9 @@ To build from source you will need: If you are on a fairly modern *nix system, the following steps should work: ``` -$ git clone git://github.com/Araq/Nim.git -$ cd Nim -$ git clone --depth 1 git://github.com/nim-code/csources +$ git clone git://github.com/Araq/Nimrod.git +$ cd Nimrod +$ git clone --depth 1 git://github.com/nimrod-code/csources $ cd csources && sh build.sh $ cd .. $ bin/nim c koch diff --git a/readme.txt b/readme.txt index 21448b71b..7c6fc8e45 100644 --- a/readme.txt +++ b/readme.txt @@ -30,10 +30,10 @@ To build from source you will need: If you are on a fairly modern *nix system, the following steps should work: ``` -$ git clone git://github.com/Araq/Nim.git -$ cd Nim -$ git clone --depth 1 git://github.com/nim-code/csources -$ cd csources && ./build.sh +$ git clone git://github.com/Araq/Nimrod.git +$ cd Nimrod +$ git clone --depth 1 git://github.com/nimrod-code/csources +$ cd csources && sh build.sh $ cd .. $ bin/nim c koch $ ./koch boot -d:release -- cgit 1.4.1-2-gfad0