diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-09-10 00:04:07 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-09-10 00:04:07 +0100 |
commit | 6cc443712b65a4865ee0d4e4a28d22a947c7d77e (patch) | |
tree | c3060981dc4146de0a80194ee1eb50837c9272bd /web | |
parent | 205b765fdd570bf90faf2c78db892d977244b9bd (diff) | |
download | Nim-6cc443712b65a4865ee0d4e4a28d22a947c7d77e.tar.gz |
Changes source build recommendations on website.
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 557788217..6d860b332 100644 --- a/web/download.txt +++ b/web/download.txt @@ -121,8 +121,8 @@ Bleeding edge binaries are available from the `Nimrod build farm <http://build.n Source ====== -Starting with 0.9.4 we now advise people to build directly from the -github `master <https://github.com/Araq/Nimrod#compiling>`_ branch:: +Use the following commands to build the compiler from source. +Change the branch to suit your needs:: git clone -b master git://github.com/Araq/Nimrod.git cd Nimrod |