File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,15 @@ Install Elixir according to your operating system and tool of choice.
22
22
23
23
### macOS
24
24
25
+ - Using [ install scripts] ( #install-scripts )
26
+
25
27
- Using [ Homebrew] ( https://brew.sh/ ) :
26
28
* Run: ` brew install elixir `
27
29
28
30
- Using [ Macports] ( https://www.macports.org/ ) :
29
31
* Run: ` sudo port install elixir `
30
32
31
33
- Using [ version managers] ( #version-managers )
32
- - Using [ install scripts] ( #install-scripts )
33
34
34
35
### GNU/Linux
35
36
@@ -76,7 +77,7 @@ Keep in mind that each Elixir version supports specific Erlang/OTP versions. [Se
76
77
* Optional: if you want to use the latest Erlang, you can use this repository: `zypper ar -f obs://devel:languages:erlang:Factory Erlang-Factory`
77
78
78
79
- **Ubuntu**
79
- * The packages in `apt` tend to lag several versions behind, consider using [install scripts](#install-scripts)
80
+ * The packages in `apt` tend to lag several versions behind, consider using [install scripts](#install-scripts) instead
80
81
* Alternatively, follow the same steps as Debian
81
82
82
83
### BSD
You can’t perform that action at this time.
0 commit comments