summaryrefslogtreecommitdiff
path: root/README.elpa
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2019-05-15 01:43:20 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2019-05-15 01:43:20 +0100
commit18f9bcddb71d118aebaff6222a10c696085deaa1 (patch)
tree1e16b5f430d6be187f47d2983dcccb8873f2b9ff /README.elpa
parenta30d7dd09c5c96d31e8df749e51cdfc2c346445a (diff)
downloadgeiser-18f9bcddb71d118aebaff6222a10c696085deaa1.tar.gz
geiser-18f9bcddb71d118aebaff6222a10c696085deaa1.tar.bz2
Chicken 5 installation instructions
Diffstat (limited to 'README.elpa')
-rw-r--r--README.elpa8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.elpa b/README.elpa
index db7fb87..df8c414 100644
--- a/README.elpa
+++ b/README.elpa
@@ -42,10 +42,16 @@ Chicken Addendum:
- Install the necessary support eggs:
$ chicken-install -s apropos chicken-doc
- - Update the Chicken documentation database:
+ - Update the Chicken documentation database. For Chicken 4:
$ cd `csi -p '(chicken-home)'`
$ curl http://3e8.org/pub/chicken-doc/chicken-doc-repo.tgz | sudo tar zx
+ or, for Chicken 5:
+ $ chicken-install -s srfi-18 srfi-1
+ $ cd `csi -R chicken.platform -p '(chicken-home)'`
+ $ curl https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.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.