Updated Getting Started (markdown)
This commit is contained in:
parent
e0af1ac66c
commit
081f6986bb
|
@ -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:
|
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)
|
* `./build.sh` or `build.bat` (Windows)
|
||||||
* `nimrod c koch`
|
* `nim c koch`
|
||||||
* `koch boot [-d:release]`
|
* `koch boot [-d:release]`
|
||||||
* Put Nimrod on your PATH
|
* Put Nim on your PATH
|
||||||
* For Linux, you only need a symlink: `ln -s $PWD/bin/nimrod /home/user/bin`
|
* For Linux, you only need a symlink: `ln -s $PWD/bin/nim /home/user/bin`
|
||||||
|
|
||||||
### Nimble
|
### Nimble
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue