summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
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