summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--web/download.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/download.txt b/web/download.txt
index 59ecdc3f5..0d3d75756 100644
--- a/web/download.txt
+++ b/web/download.txt
@@ -40,10 +40,10 @@ Change the branch to suit your needs::
 
   git clone -b master git://github.com/Araq/Nimrod.git
   cd Nimrod
-  git clone -b master --depth 1 git://github.com/nimrod-code/csources
+  git clone -b master --depth 1 git://github.com/nim-lang/csources
   cd csources && sh build.sh
   cd ..
-  bin/nimrod c koch
+  bin/nim c koch
   ./koch boot -d:release
 
 The ``master`` branch always contains the latest stable version of the compiler.