summaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2016-07-11 04:43:03 +0000
committerrsiddharth <s@ricketyspace.net>2016-07-11 04:43:03 +0000
commitf54af87473c5f4edafc54518b86135f7b3b424b6 (patch)
tree5037fd097ba5081f17011fd0218031f63d6cd6b8 /README.org
parent2bf0246b8fc55099a60548ca47c87999ac17e15c (diff)
add section about installing guile.
* README.org (the script): state guile is a per-requisite. * docs/install-guile.org: new file. * docs/Makefile (install_guile_dir, install_guile_out): new targets.
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.org b/README.org
index 7fdf747..b8871e1 100644
--- a/README.org
+++ b/README.org
@@ -49,6 +49,8 @@ function:
** installing
*** the script
+=git-difme= is written in [[https://gnu.org/s/guile][guile]]. first [[https://ricketyspace.net/git-difme/install-guile][install guile]], then do:
+
#+BEGIN_SRC bash
make git-difme
#+END_SRC