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