summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.org b/README.org
index 69d389d..674d068 100644
--- a/README.org
+++ b/README.org
@@ -45,7 +45,18 @@
or byte-compiled and installed after performing the standard
configure/make/make install dance. See the INSTALL file for more details.
-** Chicken Addendum
+** Chicken 5 Addendum
+ These steps are necessary to fully support Chicken Scheme, but are
+ not required for any other scheme.
+
+ - Install the necessary support eggs:
+
+#+BEGIN_EXAMPLE
+ $ chicken-install -s apropos srfi-18 srfi-1
+#+END_EXAMPLE
+
+
+** Chicken 4 Addendum
These steps are necessary to fully support Chicken Scheme, but are
not required for any other scheme.