Added note about Windows to readme.
This commit is contained in:
parent
181c8401ef
commit
37ad951b6e
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ Compile babel by executing: ``nimrod c -d:release babel``. Then simply install
|
|||
babel by executing ``./babel install``. You should then add ``~/.babel/bin``
|
||||
to your $PATH.
|
||||
|
||||
**Note**: On **Windows** you must rename ``babel.exe`` to ``babel1.exe`` and
|
||||
subsequently run ``babel1.exe install``. This is because Windows will lock
|
||||
the process which is being run.
|
||||
|
||||
## Babel's folder structure
|
||||
Babel stores everything that has been installed in ~/.babel on Unix systems and
|
||||
in your $home/.babel on Windows. Libraries are stored in $babelDir/pkgs, and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue