~ chicken-core (chicken-5) 3744e608973de7e26a5423b845bb32a11ff184d5


commit 3744e608973de7e26a5423b845bb32a11ff184d5
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Aug 25 10:22:39 2011 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Thu Aug 25 10:22:39 2011 +0200

    fixed incorrect instructions in README for building boot chicken (thanks to Mario Goulart)

diff --git a/README b/README
index 56ebcf6f..1d1c0316 100644
--- a/README
+++ b/README
@@ -416,9 +416,10 @@
 
  6. Bootstrapping
 
-	To build a bootstrapping compiler yourself, obtain a recent
-	release tarball, unpack it, change into the extracted
-	directory and enter
+        To build a bootstrapping compiler yourself, get the most
+        recent release tarball from http://code.call-cc.org, unpack
+        it, build and install it.  Then change to the directory
+        containing the git code and run:
 
           make PLATFORM=<platform> CHICKEN=<path-to-existing-chicken> \
             boot-chicken
Trap