Updated Getting Started (markdown)

This commit is contained in:
dom96 2014-12-20 11:58:51 -08:00
parent 751bc0c7e0
commit e0af1ac66c
1 changed files with 6 additions and 6 deletions

View File

@ -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`
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`