diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2018-12-27 22:10:39 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2018-12-27 22:10:39 +0000 |
commit | e1de866f95c7740d64070ff023b4bdcc013decc4 (patch) | |
tree | 291d635eb0fa6fec006c06a084ec4349a07753ca /README.md | |
parent | bee6acd51dc4e84e44caecf9d123dfff2f640a38 (diff) | |
parent | d8fd6a1055b3cdb2ba57f6ecb5253b4599a7a03e (diff) | |
download | pleroma-e1de866f95c7740d64070ff023b4bdcc013decc4.tar.gz pleroma-e1de866f95c7740d64070ff023b4bdcc013decc4.zip |
Merge branch '396_elixir_1.7' into 'develop'
[#396] Required Elixir ~> 1.7.
Closes #396
See merge request pleroma/pleroma!600
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ While we don't provide docker files, other people have written very good ones. T ### Dependencies * Postgresql version 9.6 or newer -* Elixir version 1.5 or newer. If your distribution only has an old version available, check [Elixir's install page](https://elixir-lang.org/install.html) or use a tool like [asdf](https://github.com/asdf-vm/asdf). +* Elixir version 1.7 or newer. If your distribution only has an old version available, check [Elixir's install page](https://elixir-lang.org/install.html) or use a tool like [asdf](https://github.com/asdf-vm/asdf). * Build-essential tools ### Configuration |