Instructions on how to get the source code.

Updated Bootstrapping (textile => markdown)
This commit is contained in:
dom96 2011-01-03 16:28:13 -08:00
parent 762afe4298
commit c4e0bc4de4
2 changed files with 11 additions and 5 deletions

11
Bootstrapping.md Normal file
View File

@ -0,0 +1,11 @@
To get the source code you need either of these:
* A working web browser + tar(or equivalent) `[[https://github.com/Araq/Nimrod/tarball/master]]`
* wget + tar `wget --no-check-certificate "https://github.com/Araq/Nimrod/tarball/master"`
* git `git clone git://github.com/Araq/Nimrod.git`
After downloading the source (and extracting it), bootstrap with:
* `./build.sh` or `build.bat` (Windows)
* `nimrod c koch`
* `koch boot [-d:release]`

View File

@ -1,5 +0,0 @@
To bootstrap from github, you have to do:
* <code>./build.sh</code> or <code>build.bat</code> (Windows)
* <code>nimrod c koch</code>
* <code>koch boot [-d:release]</code>