You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: install.markdown
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,12 @@ Keep in mind that each Elixir version supports specific Erlang/OTP versions. [Se
65
65
```
66
66
67
67
- **Fedora 21 (and older)**
68
-
* Run: `yum install elixir`
68
+
* Run: `sudo yum install elixir`
69
69
70
70
- **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`
0 commit comments