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
Copy file name to clipboardExpand all lines: install.markdown
+20-12Lines changed: 20 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Note that Elixir {{ stable.name }} requires Erlang {{ stable.minimum_otp }} or l
17
17
18
18
The preferred option for installing Elixir. Choose your operating system and tool.
19
19
20
-
If your distribution contains an old Elixir/Erlang version, see the sections below for installing Elixir/Erlang from version managers or from source.
20
+
**If your distribution contains an old Elixir/Erlang version, see the sections below for installing Elixir/Erlang from version managers or from source**.
21
21
22
22
### macOS
23
23
@@ -36,7 +36,7 @@ If your distribution contains an old Elixir/Erlang version, see the sections bel
36
36
* Run: `pacman -S elixir`
37
37
38
38
-**Debian**
39
-
*_See below the instructions for Ubuntu_
39
+
*Run: `sudo apt-get install elixir`
40
40
41
41
-**Fedora 21 (and older)**
42
42
* Run: `yum install elixir`
@@ -64,20 +64,14 @@ If your distribution contains an old Elixir/Erlang version, see the sections bel
64
64
-**Solus**
65
65
* Run: `eopkg install elixir`
66
66
67
-
-**Ubuntu** or **Debian**
68
-
* From primary package repositories:
69
-
* Run: `sudo apt-get install elixir`
67
+
-**Ubuntu**
68
+
* Run: `sudo apt-get install elixir`
70
69
71
-
* From Erlang Solutions, for more recent Elixir/Erlang versions on Ubuntu LTS (< 22.04) or Debian Stable releases:
Once the release is download, unpack it, and you are ready to run the `elixir` and `iex` commands from the `bin` directory. However, we recommend you to [add Elixir's bin path to your PATH environment variable](#setting-path-environment-variable) to ease development.
131
+
Once you download the release, unpack it, and you are ready to run the `elixir` and `iex` commands from the `bin` directory. However, we recommend you to [add Elixir's bin path to your PATH environment variable](#setting-path-environment-variable) to ease development.
132
+
133
+
### Mirrors and nightly builds
134
+
135
+
The links above point directly to the GitHub release. We also host and mirror precompiled packages and nightly builds globally via `repo.hex.pm` using the following URL scheme:
0 commit comments