Skip to content

Commit baadaea

Browse files
authored
Document installing recent releases from Fedora Rawhide (#1759)
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.
1 parent 4b00854 commit baadaea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

install.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ Keep in mind that each Elixir version supports specific Erlang/OTP versions. [Se
6565
```
6666

6767
- **Fedora 21 (and older)**
68-
* Run: `yum install elixir`
68+
* Run: `sudo yum install elixir`
6969

7070
- **Fedora 22 (and newer)**
71-
* Run `dnf install elixir erlang`
71+
* Run: `sudo dnf install elixir erlang`
72+
* Documentation is available in separate packages: `sudo dnf install elixir-doc erlang-doc`
73+
* 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`
7274
7375
- **Gentoo**
7476
* Run: `emerge --ask dev-lang/elixir`

0 commit comments

Comments
 (0)