diff options
author | lain <lain@soykaf.club> | 2020-04-22 12:10:20 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-04-22 12:10:20 +0000 |
commit | 568f48435e7db4582c54a443b2d543cc004f7f9b (patch) | |
tree | 408f5f9debd1beef77d31d9cfd49042230d13e33 /docs/installation/debian_based_en.md | |
parent | 9b6c7843d669c80bd062214e598d0f5d9738de8e (diff) | |
download | pleroma-568f48435e7db4582c54a443b2d543cc004f7f9b.tar.gz pleroma-568f48435e7db4582c54a443b2d543cc004f7f9b.zip |
Apply suggestion to docs/installation/debian_based_en.md
Diffstat (limited to 'docs/installation/debian_based_en.md')
-rw-r--r-- | docs/installation/debian_based_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/debian_based_en.md b/docs/installation/debian_based_en.md index a900ec61d..62d8733f7 100644 --- a/docs/installation/debian_based_en.md +++ b/docs/installation/debian_based_en.md @@ -7,7 +7,7 @@ This guide will assume you are on Debian Stretch. This guide should also work wi * `postgresql` (9.6+, Ubuntu 16.04 comes with 9.5, you can get a newer version from [here](https://www.postgresql.org/download/linux/ubuntu/)) * `postgresql-contrib` (9.6+, same situtation as above) -* `elixir` (1.8+, [install from here, Debian and Ubuntu ship older versions](https://elixir-lang.org/install.html#unix-and-unix-like) or use [asdf](https://github.com/asdf-vm/asdf) as the pleroma user) +* `elixir` (1.8+, Follow the guide to install from the Erlang Solutions repo or use [asdf](https://github.com/asdf-vm/asdf) as the pleroma user) * `erlang-dev` * `erlang-nox` * `git` |