summary refs log tree commit diff stats
path: root/readme.md
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-11-08 15:47:00 +0100
committerAraq <rumpf_a@web.de>2014-11-08 15:47:00 +0100
commit830e0c0009d25d84a26fc997722eee4ecd015fd9 (patch)
tree1902dc5afe39a9f57052891c37f34e5e590a1e47 /readme.md
parentcb976c9c9a0ff0ff16fabc7543a4594c60458caa (diff)
downloadNim-830e0c0009d25d84a26fc997722eee4ecd015fd9.tar.gz
the codegen doesn't emit deepCopy for parallel statements
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
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