Updated Getting Started (markdown)
This commit is contained in:
parent
751bc0c7e0
commit
e0af1ac66c
|
@ -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`
|
Loading…
Reference in New Issue