From 161b959c51c98dd2d4ef359cf919f8289d4ad0ec Mon Sep 17 00:00:00 2001 From: Joe Marshall Date: Wed, 18 Jan 2012 14:48:14 -0800 Subject: [PATCH] Fix bogus steps. --- src/README.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/README.txt b/src/README.txt index 7568a170f..e278f55d2 100644 --- a/src/README.txt +++ b/src/README.txt @@ -203,11 +203,13 @@ if you have a working installation with a runtime band. Here is how: a. Start scheme with the runtime band: scheme --band runtime.com - b. ]=> (load "make.scm") + b. ]=> (load-option 'sf) - c. ]=> (load "compiler.cbf") + c. ]=> (load "make") - d. ]=> (exit) + d. ]=> (load "compiler.cbf") + + e. ]=> (exit) 5. Build a new compiler band with these steps: -- 2.25.1