Merge pull request #36 from fenekku/patch-1

Update readme.markdown
This commit is contained in:
Dominik Picheta 2014-03-30 21:22:53 +01:00
commit f0fcf5c5ae

View file

@ -22,6 +22,7 @@ commands. After successfully grabbing the latest Nimrod compiler simply execute
the following commands to clone babel, compile it and then install it.
git clone https://github.com/nimrod-code/babel.git
cd babel
nimrod c -r src/babel install
After these steps babel should be compiled and installed. You should then add
@ -33,6 +34,7 @@ executing ``babel install babel``.
On Windows installing Babel is slightly more complex:
git clone https://github.com/nimrod-code/babel.git
cd babel
nimrod c src\babel
cp src\babel.exe src\babel1.exe
src\babel1.exe install