diff --git a/install.markdown b/install.markdown index 208d296a1..0da860881 100644 --- a/install.markdown +++ b/install.markdown @@ -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