Fix bogus steps.
authorJoe Marshall <eval.apply@gmail.com>
Wed, 18 Jan 2012 22:48:14 +0000 (14:48 -0800)
committerJoe Marshall <eval.apply@gmail.com>
Wed, 18 Jan 2012 22:48:14 +0000 (14:48 -0800)
src/README.txt

index 7568a170fa0f082ce7276883c214f1f42934398f..e278f55d259babe45f16ab0ad12dc2dedccf29e5 100644 (file)
@@ -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: