From 83d816e19a4645d0e17d6773c740168013ee0b25 Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Wed, 21 May 2014 20:40:23 +0200 Subject: [PATCH] Updates version numbers for required nimrod compiler. --- readme.markdown | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/readme.markdown b/readme.markdown index 031642e..1f39509 100644 --- a/readme.markdown +++ b/readme.markdown @@ -5,15 +5,15 @@ language](http://nimrod-lang.org). ## Installation -You will need the latest [Nimrod compiler from -github](https://github.com/Araq/Nimrod) to compile babel (version 0.9.2 does -**not** work). To run babel you will need to have installed some of the tools -it depends on to check out source code. For instance, if a package is hosted on -[Github](https://github.com) you require to have [git](http://www.git-scm.com) -installed and added to your environment ``PATH``. Same goes for -[Mercurial](http://mercurial.selenic.com) repositories on -[Bitbucket](https://bitbucket.org). On Windows you will also need [OpenSSL -DLLs](https://www.openssl.org) for secure network connections. +You will need version 0.9.4 of the [Nimrod +compiler](http://nimrod-lang.org/download.html). [Development versions from +GitHub](https://github.com/Araq/Nimrod) will likely work too. To run babel you +will need to have installed some of the tools it depends on to check out source +code. For instance, if a package is hosted on [Github](https://github.com) you +require to have [git](http://www.git-scm.com) installed and added to your +environment ``PATH``. Same goes for [Mercurial](http://mercurial.selenic.com) +repositories on [Bitbucket](https://bitbucket.org). On Windows you will also +need [OpenSSL DLLs](https://www.openssl.org) for secure network connections. ### Unix