Updated Getting Started (markdown)

This commit is contained in:
dom96 2014-12-20 11:59:25 -08:00
parent e0af1ac66c
commit 081f6986bb
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@ To get the source code you need either of these:
After downloading the source (and extracting it), you need to extract build/csources.zip then you can bootstrap with:
* `./build.sh` or `build.bat` (Windows)
* `nimrod c koch`
* `nim c koch`
* `koch boot [-d:release]`
* Put Nimrod on your PATH
* For Linux, you only need a symlink: `ln -s $PWD/bin/nimrod /home/user/bin`
* Put Nim on your PATH
* For Linux, you only need a symlink: `ln -s $PWD/bin/nim /home/user/bin`
### Nimble