summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-02-11 15:13:44 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-02-11 15:13:44 +0100
commit1c809a551aef44340d713645ba3165bf7c21f35d (patch)
tree3bd1c5a84feb97a98184a200cd692a3dff84d3a4
parentbb4df233f3e497706b97c7d9e817e1db47a813cf (diff)
Add installation instructions.
-rw-r--r--README.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.org b/README.org
index 96db7b8..51291d0 100644
--- a/README.org
+++ b/README.org
@@ -10,3 +10,11 @@ environment for Guile learners and Emacs agnostics. The goal is not
to create yet another “prelude” or starter pack for general use of
Emacs. Instead the only goal is to hide Emacs quirks and provide a
pleasant Guile + Geiser experience out of the box.
+
+To install it try this:
+
+ git clone https://git.elephly.net/software/guile-studio.git
+ cd guile-studio
+ guix package -L guix -i guile-studio
+
+Run “guile-studio” to start it.