Skip to content

Commit

Permalink
Document installing recent releases from Fedora Rawhide (#1759)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rhcarvalho authored May 14, 2024
1 parent 4b00854 commit baadaea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit baadaea

Please sign in to comment.