From c01b751daf76a2bc7c61e85e66d080788a21d84c Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 12 Nov 2018 23:13:59 -0500 Subject: docs/install-guile.org -> docs/install-guile.md --- docs/install-guile.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/install-guile.md (limited to 'docs/install-guile.md') 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 -- cgit v1.2.3