From 670bcec61d42431678ffbfe7075474e240935578 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 19 Jan 2016 01:00:45 +0000 Subject: [PATCH] Update installation instructions for Unix users who install Nim. --- readme.markdown | 1 + src/nimble.nim.cfg | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 7e0a8ee..fae4af9 100644 --- a/readme.markdown +++ b/readme.markdown @@ -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 cd nimble + git clone -b v0.13.0 --depth 1 https://github.com/nim-lang/nim vendor/nim nim c -r src/nimble install After these steps are completed successfully, nimble will be installed diff --git a/src/nimble.nim.cfg b/src/nimble.nim.cfg index 224124f..94025f2 100644 --- a/src/nimble.nim.cfg +++ b/src/nimble.nim.cfg @@ -1,3 +1,4 @@ --path:"$lib/packages/docutils" --noNimblePath ---path:"$nim/" \ No newline at end of file +--path:"$nim/" +--path:"./vendor/nim"