From 37ad951b6e181c187e65397af5901891c78a608f Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Fri, 25 Oct 2013 22:21:40 +0100 Subject: [PATCH] Added note about Windows to readme. --- readme.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.markdown b/readme.markdown index 743f424..8ece729 100644 --- a/readme.markdown +++ b/readme.markdown @@ -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