diff --git a/readme.md b/readme.md index 069863636c..59546653b0 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,6 @@ To build from source you will need: * gcc 3.x or later recommended. Other alternatives which may work are: clang, Visual C++, Intel's C++ compiler - * unzip * git or wget If you are on a fairly modern *nix system, the following steps should work: @@ -34,10 +33,9 @@ If you are on a fairly modern *nix system, the following steps should work: ``` $ git clone git://github.com/Araq/Nimrod.git $ cd Nimrod -$ cd build -$ unzip csources.zip +$ git clone --depth 1 git://github.com/nimrod-code/csources +$ cd csources && ./build.sh $ cd .. -$ ./build.sh $ bin/nimrod c koch $ ./koch boot -d:release ``` diff --git a/readme.txt b/readme.txt index 069863636c..59546653b0 100644 --- a/readme.txt +++ b/readme.txt @@ -26,7 +26,6 @@ To build from source you will need: * gcc 3.x or later recommended. Other alternatives which may work are: clang, Visual C++, Intel's C++ compiler - * unzip * git or wget If you are on a fairly modern *nix system, the following steps should work: @@ -34,10 +33,9 @@ If you are on a fairly modern *nix system, the following steps should work: ``` $ git clone git://github.com/Araq/Nimrod.git $ cd Nimrod -$ cd build -$ unzip csources.zip +$ git clone --depth 1 git://github.com/nimrod-code/csources +$ cd csources && ./build.sh $ cd .. -$ ./build.sh $ bin/nimrod c koch $ ./koch boot -d:release ```