Update readme.markdown
*very* minor change: added missing cd step to platform installers. Just making it *really* straightforward for newcomers.
This commit is contained in:
parent
4a764b1f87
commit
58a6808533
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue