summaryrefslogtreecommitdiffstats
path: root/docs/install-guile.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/install-guile.md')
-rw-r--r--docs/install-guile.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/install-guile.md b/docs/install-guile.md
new file mode 100644
index 0000000..15e3be8
--- /dev/null
+++ b/docs/install-guile.md
@@ -0,0 +1,27 @@
+[git-difme][]
+
+[git-difme]: ../
+
+# install guile
+
+On OpenBSD:
+
+ # pkg_add -v guile
+
+On GNU Guix:
+
+ $ guix package -i guile
+
+On Debian GNU/Linux qbased systems:
+
+ # apt-get install guile
+
+on arch based systems:
+
+ # pacman -S guile
+
+on macOS, install [homebrew][], then:
+
+ $ brew install guile
+
+[homebrew]: http://brew.sh