Merge pull request #165 from cupen/master

mingw/bash compatibility.
This commit is contained in:
Dominik Picheta 2015-11-15 00:12:19 +00:00
commit 8bd6ce4557

View file

@ -57,9 +57,9 @@ On Windows installing Nimble from source is slightly more complex:
git clone https://github.com/nim-lang/nimble.git
cd nimble
nim c src\nimble
cp src\nimble.exe src\nimble1.exe
src\nimble1.exe install
nim c src/nimble
cp src/nimble.exe src/nimble1.exe
src/nimble1.exe install
This is required because Windows will lock the process which is being run and
during installation Nimble will recompile itself.