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
commite60e1c2b1baf8891e1af010af491faf422eacd43 (patch)
treee1f63a10e6ca53a4511cbf1836ddcfc5f523474c /README.org
parentab3e17daf61d5421fc8e72edadb8d2fa611329c9 (diff)
downloadgeiser-guile-e60e1c2b1baf8891e1af010af491faf422eacd43.tar.gz
geiser-guile-e60e1c2b1baf8891e1af010af491faf422eacd43.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