Skip to content

Commit 0a297c7

Browse files
committed
Promote install scripts first for macOS too
1 parent 11d2bb4 commit 0a297c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ Install Elixir according to your operating system and tool of choice.
2222

2323
### macOS
2424

25+
- Using [install scripts](#install-scripts)
26+
2527
- Using [Homebrew](https://brew.sh/):
2628
* Run: `brew install elixir`
2729

2830
- Using [Macports](https://www.macports.org/):
2931
* Run: `sudo port install elixir`
3032

3133
- Using [version managers](#version-managers)
32-
- Using [install scripts](#install-scripts)
3334

3435
### GNU/Linux
3536

@@ -76,7 +77,7 @@ Keep in mind that each Elixir version supports specific Erlang/OTP versions. [Se
7677
* Optional: if you want to use the latest Erlang, you can use this repository: `zypper ar -f obs://devel:languages:erlang:Factory Erlang-Factory`
7778
7879
- **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
8081
* Alternatively, follow the same steps as Debian
8182
8283
### BSD

0 commit comments

Comments
 (0)