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 | d249435d706ce8b75441f2ead34bb516b822ab3f (patch) | |
| tree | bc1e28a1423b953881ee114b24dca956ab66876c | |
| parent | 3a9ce0781e3b3b9cd51db35ef417475d2a4dddf6 (diff) | |
| download | geiser-d249435d706ce8b75441f2ead34bb516b822ab3f.tar.gz geiser-d249435d706ce8b75441f2ead34bb516b822ab3f.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) | 
