diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-11-17 12:28:33 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-11-17 12:28:33 +0100 |
commit | 1b8cc5bb9a075e30e296c953aa3f8eaa2583b327 (patch) | |
tree | f514a152c3d8d60811902a54b3adf0b45d8cc5de | |
parent | 297b1a9dc28753378eac60255f25a66e030769ce (diff) | |
download | geiser-guile-1b8cc5bb9a075e30e296c953aa3f8eaa2583b327.tar.gz geiser-guile-1b8cc5bb9a075e30e296c953aa3f8eaa2583b327.tar.bz2 |
Documentation fix (byte-compiled doesn't work in-place).
-rw-r--r-- | README | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -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) |