diff options
author | Araq <rumpf_a@web.de> | 2014-11-08 15:47:00 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-11-08 15:47:00 +0100 |
commit | 830e0c0009d25d84a26fc997722eee4ecd015fd9 (patch) | |
tree | 1902dc5afe39a9f57052891c37f34e5e590a1e47 /readme.md | |
parent | cb976c9c9a0ff0ff16fabc7543a4594c60458caa (diff) | |
download | Nim-830e0c0009d25d84a26fc997722eee4ecd015fd9.tar.gz |
the codegen doesn't emit deepCopy for parallel statements
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md index a2f83b4b0..3cc007e3b 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/Nimrod.git -$ cd Nimrod -$ git clone --depth 1 git://github.com/nimrod-code/csources +$ git clone git://github.com/Araq/Nim.git +$ cd Nim +$ git clone --depth 1 git://github.com/nim-code/csources $ cd csources && sh build.sh $ cd .. $ bin/nim c koch |