diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2020-02-25 13:44:17 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2020-02-25 13:44:17 +0000 |
commit | e7c76d3c10dd0069fd4e8702504b15a81cafd236 (patch) | |
tree | 6ddfa5aae500d731a670877470984b70bc47a363 /doc | |
parent | 2a6b60238fd7864b80b396a63b8cc36cb895ba0e (diff) | |
download | geiser-e7c76d3c10dd0069fd4e8702504b15a81cafd236.tar.gz geiser-e7c76d3c10dd0069fd4e8702504b15a81cafd236.tar.bz2 |
Documentation fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.texi | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/install.texi b/doc/install.texi index a2a7ef3..1bb84dc 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -84,6 +84,17 @@ And then installing Geiser is as easy as: M-x package-install RET geiser RET @end example +Unless you are using Gambit or Chicken, with that, you are pretty much +all set up. See @ref{The REPL} to start using Geiser. If you plan to +use Chicken or Gambit, just keep reading below for a few additional +instructions to set up the environment. + +@ifnotinfo +And, by the way, if you prefer to keep reading this manual within Emacs, +@kbd{C-h i m Geiser RET} will bring you to the info version of it that +you just installed! +@end ifnotinfo + @cindex Chicken @cindex Chicken installation @subsubheading Chicken installation @@ -104,15 +115,6 @@ $ curl https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.tgz | sudo tar zx (see also @uref{https://wiki.call-cc.org/emacs#geiser, Chicken's wiki}). -With that, you are pretty much all set up. See @ref{The REPL} to start -using Geiser. - -@ifnotinfo -And, by the way, if you prefer to keep reading this manual within Emacs, -@kbd{C-h i m Geiser RET} will bring you to the info version of it that -you just installed! -@end ifnotinfo - @cindex Gambit @cindex Gambit installation @subsubheading Gambit installation |