From 98fbbbd08de396cd8a0e45f2a4badf1c733a5772 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 25 Oct 2019 09:05:28 +0200 Subject: Use Makefile. --- README.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.org') 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 -- cgit v1.2.3