From e0af1ac66c8981c30399b0de9713bda4d2c37a1a Mon Sep 17 00:00:00 2001 From: dom96 Date: Sat, 20 Dec 2014 11:58:51 -0800 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index 86eb1d1..b527641 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -14,10 +14,10 @@ After downloading the source (and extracting it), you need to extract build/csou * Put Nimrod on your PATH * For Linux, you only need a symlink: `ln -s $PWD/bin/nimrod /home/user/bin` -### Babel +### Nimble -Babel is Nimrod's package manager -* Download the source from https://github.com/nimrod-code/babel using one of the above methods. -* `nimrod c babel` -* `ln -s $PWD/babel /home/user/bin` -* `babel update` \ No newline at end of file +Nimble is Nimrod's package manager +* Download the source from https://github.com/nim-lang/nimble using one of the above methods. +* `nim c nimble` +* `ln -s $PWD/nimble /home/user/bin` +* `nimble update` \ No newline at end of file