From b54f372b43a597d9d4af999e196887b1825caf81 Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Thu, 28 Mar 2013 18:15:28 +0100 Subject: [PATCH] Add installation instructions for Arch Linux --- getting_started/1.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/getting_started/1.markdown b/getting_started/1.markdown index 1cb1effe1..38bfabb70 100644 --- a/getting_started/1.markdown +++ b/getting_started/1.markdown @@ -31,6 +31,7 @@ Elixir v0.8.1 forward is required to run this tutorial and it may be available i * Homebrew for Mac OS X: `brew install elixir` (run `brew update` to ensure you have the latest formula) * Fedora 17+ and Fedora Rawhide: `sudo yum -y install elixir` +* Arch Linux : Elixir is available on AUR via `yaourt -S elixir` If you don't use any of the distributions above, don't worry, we also provide a precompiled package!