From 02d6bfbdc44bf5679d7e01b7183a8034bff62d3c Mon Sep 17 00:00:00 2001 From: dom96 Date: Tue, 29 Mar 2011 04:56:54 -0700 Subject: [PATCH] Updated Bootstrapping (markdown) --- Bootstrapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrapping.md b/Bootstrapping.md index baf2a14..95f56b3 100644 --- a/Bootstrapping.md +++ b/Bootstrapping.md @@ -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`