From 58a6808533b5eb33b7b3bd594aa75fd39e554564 Mon Sep 17 00:00:00 2001 From: fenekku Date: Sun, 30 Mar 2014 10:53:58 -0400 Subject: [PATCH] Update readme.markdown *very* minor change: added missing cd step to platform installers. Just making it *really* straightforward for newcomers. --- readme.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.markdown b/readme.markdown index aa5c1fd..031642e 100644 --- a/readme.markdown +++ b/readme.markdown @@ -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