diff --git a/readme.markdown b/readme.markdown index 959d3ab..ede1cb0 100644 --- a/readme.markdown +++ b/readme.markdown @@ -10,15 +10,14 @@ package creation. ## Installation -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. +You will need development version 0.9.5 of the [Nimrod compiler from +GitHub](https://github.com/Araq/Nimrod). 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