Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions install.markdown
Original file line numberDiff line numberDiff line change
Expand Up@@ -53,6 +53,10 @@ If your distribution contains an old Elixir/Erlang version, see the sections bel
* Run: `sudo apt-get update`
* Install the Erlang/OTP platform and all of its applications: `sudo apt-get install esl-erlang`
* Install Elixir: `sudo apt-get install elixir`
* Slackware
* Using [`sbopkg`](https://sbopkg.org/): `sbopkg -ki "erlang-otp elixir"`
**Or**
Manually download/build/install from SlackBuilds.org: [`erlang-otp`](https://slackbuilds.org/repository/14.2/development/erlang-otp/), [`elixir`](https://slackbuilds.org/repository/14.2/development/elixir)

### Windows

Expand Down