Merge pull request #216 from def-/master

Documentation: Build release binary of nimble
This commit is contained in:
Dominik Picheta 2016-03-17 21:48:37 +00:00
commit ed4b9aa6f5

View file

@ -48,7 +48,7 @@ the following commands to clone nimble, compile it and then install it.
git clone https://github.com/nim-lang/nimble.git
cd nimble
git clone -b v0.13.0 --depth 1 https://github.com/nim-lang/nim vendor/nim
nim c -r src/nimble install
nim -d:release c -r src/nimble install
After these steps are completed successfully, nimble will be installed
in ``~/.nimble/bin``. You must then add
@ -80,7 +80,7 @@ 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
nim -d:release c src/nimble
cp src/nimble.exe src/nimble1.exe
src/nimble1.exe install