summaryrefslogtreecommitdiff
path: root/README.org
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.org
parenta30d7dd09c5c96d31e8df749e51cdfc2c346445a (diff)
downloadgeiser-18f9bcddb71d118aebaff6222a10c696085deaa1.tar.gz
geiser-18f9bcddb71d118aebaff6222a10c696085deaa1.tar.bz2
Chicken 5 installation instructions
Diffstat (limited to 'README.org')
-rw-r--r--README.org13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.org b/README.org
index 674d068..2d47cc5 100644
--- a/README.org
+++ b/README.org
@@ -50,11 +50,14 @@
not required for any other scheme.
- Install the necessary support eggs:
-
-#+BEGIN_EXAMPLE
- $ chicken-install -s apropos srfi-18 srfi-1
-#+END_EXAMPLE
-
+ #+BEGIN_EXAMPLE
+ $ chicken-install -s apropos chicken-doc srfi-18 srfi-1
+ #+END_EXAMPLE
+ - Update the Chicken documentation database:
+ #+BEGIN_EXAMPLE
+ $ cd `csi -R chicken.platform -p '(chicken-home)'`
+ $ curl https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.tgz | sudo tar zx
+ #+END_EXAMPLE
** Chicken 4 Addendum
These steps are necessary to fully support Chicken Scheme, but are