Updated Bootstrapping (markdown)

This commit is contained in:
dom96 2011-03-29 04:56:54 -07:00
parent 09f88bcf60
commit 02d6bfbdc4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ To get the source code you need either of these:
* 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:
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`