summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-10-25 09:05:28 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-10-25 09:05:28 +0200
commit98fbbbd08de396cd8a0e45f2a4badf1c733a5772 (patch)
tree84a168fc3770f571202e72e70584de9c03c023b9 /README.org
parent0e6e09d09f42fe88a7163b47d2e7dcd0d789f37f (diff)
Use Makefile.
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.org b/README.org
index 371ae38..3dde643 100644
--- a/README.org
+++ b/README.org
@@ -13,6 +13,8 @@ pleasant Guile + Geiser experience out of the box.
To build Guile Studio from source with Guix and run it try this:
- git clone https://git.elephly.net/software/guile-studio.git
- cd guile-studio
- $(guix build -L guix guile-studio-devel)/bin/guile-studio
+#+BEGIN_SRC sh
+git clone https://git.elephly.net/software/guile-studio.git
+cd guile-studio
+make dist && $(guix build -L guix guile-studio-devel)/bin/guile-studio
+#+END_SRC