summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index e69de29..c172901 100644
--- a/README
+++ b/README
@@ -0,0 +1,11 @@
+
+* Install
+
+ - In your .emacs:
+
+ (load-file "<path-to-geiser>/elisp/geiser.el")
+ (geiser-setup)
+
+ - Check the geiser customization group for some options. In
+ particular, geiser-repl-guile-binary, which should point to a
+ guile-vm executable.