summaryrefslogtreecommitdiff
path: root/README.elpa
diff options
context:
space:
mode:
authorDan Leslie <dan@ironoxide.ca>2014-11-20 17:36:50 -0800
committerJose Antonio Ortega Ruiz <jao@gnu.org>2015-02-09 06:01:56 +0100
commit9b2df64dc1b7500d771e5ddc87b63a0b50c492ea (patch)
tree7a8bfa0e8508c2d0830d84ea3d361f0dc49cf92b /README.elpa
parenta9a078a30524cec2068c68736d7ca260c4cb20aa (diff)
downloadgeiser-9b2df64dc1b7500d771e5ddc87b63a0b50c492ea.tar.gz
geiser-9b2df64dc1b7500d771e5ddc87b63a0b50c492ea.tar.bz2
Initial Chicken support
Diffstat (limited to 'README.elpa')
-rw-r--r--README.elpa12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.elpa b/README.elpa
index 6b1cd66..e470dcc 100644
--- a/README.elpa
+++ b/README.elpa
@@ -34,6 +34,18 @@ Main functionalities:
- Support for inline images in schemes, such as Racket, that treat
them as first order values.
+
+Chicken Addendum:
+ These steps are necessary to fully support Chicken Scheme, but are
+ not required for any other scheme.
+
+ - Install the necessary support eggs:
+ $ chicken-install -s apropos chicken-doc
+
+ - Update the Chicken documentation database:
+ $ cd `csi -p '(chicken-home)'`
+ $ curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx
+
See http://www.nongnu.org/geiser/ for the full manual in HTML form, or
the the info manual installed by this package.