summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2014-12-22 22:43:48 +0900
committerSeo Sanghyeon <sanxiyn@gmail.com>2014-12-22 22:43:48 +0900
commita129a6e9a88cee85cd090ef763b264fddc4d7dc1 (patch)
treed485cd74a4a6a2dfe945e82f4ad82340aa125df8
parente6245674f24616ab940dee79883c6b18ac182d2e (diff)
downloadNim-a129a6e9a88cee85cd090ef763b264fddc4d7dc1.tar.gz
Update installation instruction
-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.