From c4e0bc4de4f423180689c097cab0a7f3b79853cb Mon Sep 17 00:00:00 2001 From: dom96 Date: Mon, 3 Jan 2011 16:28:13 -0800 Subject: [PATCH] Instructions on how to get the source code. Updated Bootstrapping (textile => markdown) --- Bootstrapping.md | 11 +++++++++++ Bootstrapping.textile | 5 ----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 Bootstrapping.md delete mode 100644 Bootstrapping.textile diff --git a/Bootstrapping.md b/Bootstrapping.md new file mode 100644 index 0000000..baf2a14 --- /dev/null +++ b/Bootstrapping.md @@ -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]` diff --git a/Bootstrapping.textile b/Bootstrapping.textile deleted file mode 100644 index 17d00a2..0000000 --- a/Bootstrapping.textile +++ /dev/null @@ -1,5 +0,0 @@ -To bootstrap from github, you have to do: - -* ./build.sh or build.bat (Windows) -* nimrod c koch -* koch boot [-d:release]