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.org25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/install-guile.org b/docs/install-guile.org
new file mode 100644
index 0000000..96ddab7
--- /dev/null
+++ b/docs/install-guile.org
@@ -0,0 +1,25 @@
+* 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