From 97b3badd0f0edb29d6e2688d85058a827dec19dc Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Tue, 14 May 2024 10:40:50 +0200 Subject: [PATCH] Document installing recent releases from Fedora Rawhide Those using Fedora can get access to more recent releases, often bleeding edge, using Fedora's package manager. Also note that documentation comes in a separate package, and can be useful for offline access. --- install.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.markdown b/install.markdown index f982c528c..f2301c1de 100644 --- a/install.markdown +++ b/install.markdown @@ -65,10 +65,12 @@ Keep in mind that each Elixir version supports specific Erlang/OTP versions. [Se ``` - **Fedora 21 (and older)** - * Run: `yum install elixir` + * Run: `sudo yum install elixir` - **Fedora 22 (and newer)** - * Run `dnf install elixir erlang` + * Run: `sudo dnf install elixir erlang` + * Documentation is available in separate packages: `sudo dnf install elixir-doc erlang-doc` + * Fedora's Rawhide repository has newer versions before they go into the main repositories: `sudo dnf --disablerepo='*' --enablerepo=rawhide install elixir elixir-doc erlang erlang-doc` - **Gentoo** * Run: `emerge --ask dev-lang/elixir`