summaryrefslogtreecommitdiffstats
path: root/docs/install-guile.org
diff options
context:
space:
mode:
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