Merge branch 'master' of github.com:nim-lang/nimble

This commit is contained in:
Dominik Picheta 2015-11-24 11:49:03 +00:00
commit cb1ef9cd9f

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.