From a129a6e9a88cee85cd090ef763b264fddc4d7dc1 Mon Sep 17 00:00:00 2001 From: Seo Sanghyeon Date: Mon, 22 Dec 2014 22:43:48 +0900 Subject: [PATCH] Update installation instruction --- web/download.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/download.txt b/web/download.txt index 59ecdc3f5d..0d3d757563 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.