Update installation instruction

This commit is contained in:
Seo Sanghyeon
2014-12-22 22:43:48 +09:00
parent e6245674f2
commit a129a6e9a8

View File

@@ -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.