From 240718d141f058c575c9e8a25a6b27cbcaa42c9b Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 25 Dec 2013 22:04:20 +0000 Subject: [PATCH] Fix readme formatting. --- readme.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.markdown b/readme.markdown index 9514779..a18c05f 100644 --- a/readme.markdown +++ b/readme.markdown @@ -26,10 +26,10 @@ executing ``babel install babel``. On Windows installing Babel is slightly more complex: - git clone https://github.com/nimrod-code/babel.git - nimrod c src\babel - cp src\babel.exe src\babel1.exe - src\babel1.exe install + git clone https://github.com/nimrod-code/babel.git + nimrod c src\babel + cp src\babel.exe src\babel1.exe + src\babel1.exe install This is required because Windows will lock the process which is being run.