summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-11-17 12:28:33 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-11-17 12:28:33 +0100
commit1b8cc5bb9a075e30e296c953aa3f8eaa2583b327 (patch)
treef514a152c3d8d60811902a54b3adf0b45d8cc5de /README
parent297b1a9dc28753378eac60255f25a66e030769ce (diff)
downloadgeiser-chez-1b8cc5bb9a075e30e296c953aa3f8eaa2583b327.tar.gz
geiser-chez-1b8cc5bb9a075e30e296c953aa3f8eaa2583b327.tar.bz2
Documentation fix (byte-compiled doesn't work in-place).
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 4 insertions, 10 deletions
diff --git a/README b/README
index d8a1273..9f068ab 100644
--- a/README
+++ b/README
@@ -43,18 +43,12 @@
$ mkdir build; cd build
- Configure and make:
$ ../configure && make
- You'll have a directory called "elisp" which contains Geiser's
- elisp bytecode. Now, you can either use it in place, with the
- .emacs incantation:
-
- (load-file "<path-to-geiser>/build/elisp/geiser.elc")
-
- or install it with:
-
+ - Install it with:
$ make install
- and require 'geiser-install (not 'geiser, mind you) in your emacs
- initialization file:
+ (you might need to get root access, depending on your installation
+ directory) and require 'geiser-install (not 'geiser, mind you) in
+ your emacs initialization file:
(require 'geiser-install)