diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-12-22 18:16:47 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-12-22 18:16:47 +0000 |
commit | c5eed51fd01b7a462989e1a8fe0fa31112ae3772 (patch) | |
tree | a808f114514bcfe1366b7a025bbdbce3ff574915 /web | |
parent | 0c51559f82246948dd8198cd635ffe07955be297 (diff) | |
parent | a129a6e9a88cee85cd090ef763b264fddc4d7dc1 (diff) | |
download | Nim-c5eed51fd01b7a462989e1a8fe0fa31112ae3772.tar.gz |
Merge pull request #1767 from sanxiyn/patch-1
Update installation instruction
Diffstat (limited to 'web')
-rw-r--r-- | web/download.txt | 4 |
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. |