summaryrefslogtreecommitdiffstats
path: root/docs/install-guile.org
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2018-11-12 23:13:59 -0500
committerrsiddharth <s@ricketyspace.net>2018-11-12 23:13:59 -0500
commitc01b751daf76a2bc7c61e85e66d080788a21d84c (patch)
tree8387df0d89408b2731d81e730b2786fe2681bba9 /docs/install-guile.org
parent2781248fb0d7f3ac1b2b8db6e6c005b379579818 (diff)
docs/install-guile.org -> docs/install-guile.md
Diffstat (limited to 'docs/install-guile.org')
-rw-r--r--docs/install-guile.org27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/install-guile.org b/docs/install-guile.org
deleted file mode 100644
index 6229f75..0000000
--- a/docs/install-guile.org
+++ /dev/null
@@ -1,27 +0,0 @@
-[[../][git-difme]]
-
-* install guile
-
-on gnu guix, do:
-
-#+BEGIN_SRC bash
-guix package -i guile
-#+END_SRC
-
-on debian based systems, do:
-
-#+BEGIN_SRC bash
-apt-get install guile
-#+END_SRC
-
-on arch based systems, do:
-
-#+BEGIN_SRC bash
-pacman -S guile
-#+END_SRC
-
-on os x, install [[http://brew.sh/][homebrew]], then do:
-
-#+BEGIN_SRC bash
-brew install guile
-#+END_SRC