From ba50c040577597a46b90825efe5683ac0736d33f Mon Sep 17 00:00:00 2001 From: jcavallo Date: Tue, 7 Jul 2015 15:41:48 +0200 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Getting-Started.md b/Getting-Started.md index 9d3bca9..b387fb7 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -22,6 +22,7 @@ cd Nim Nimble is Nim's package manager * Download the source from https://github.com/nim-lang/nimble using one of the above methods. +* `cd nimble/src` * `nim c nimble` * `ln -s $PWD/nimble /home/user/bin` * `nimble update` \ No newline at end of file