From 18f9bcddb71d118aebaff6222a10c696085deaa1 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Wed, 15 May 2019 01:43:20 +0100 Subject: Chicken 5 installation instructions --- README.org | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'README.org') 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 -- cgit v1.2.3