Update installation instructions for Unix users who install Nim.
This commit is contained in:
parent
aa3ee0942e
commit
670bcec61d
2 changed files with 3 additions and 1 deletions
|
|
@ -47,6 +47,7 @@ the following commands to clone nimble, compile it and then install it.
|
||||||
|
|
||||||
git clone https://github.com/nim-lang/nimble.git
|
git clone https://github.com/nim-lang/nimble.git
|
||||||
cd nimble
|
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 c -r src/nimble install
|
||||||
|
|
||||||
After these steps are completed successfully, nimble will be installed
|
After these steps are completed successfully, nimble will be installed
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
--path:"$lib/packages/docutils"
|
--path:"$lib/packages/docutils"
|
||||||
--noNimblePath
|
--noNimblePath
|
||||||
--path:"$nim/"
|
--path:"$nim/"
|
||||||
|
--path:"./vendor/nim"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue