diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-11-14 09:49:49 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-11-14 09:49:49 +0000 |
commit | 6d708664b5ed4402997091301b5010b02a56e243 (patch) | |
tree | cfa0893bda9d03a8fa7df6df2bf0d607ec164a06 /docs/installation | |
parent | bf2d6abaf2f7ccc908c512a8d5be4e091779e9e5 (diff) | |
parent | 19519d6c969196f2b1d9283168060a751068472d (diff) | |
download | pleroma-6d708664b5ed4402997091301b5010b02a56e243.tar.gz pleroma-6d708664b5ed4402997091301b5010b02a56e243.zip |
Merge branch 'docs/max-elixir-erlang' into 'develop'
docs: Put a max version on erlang and elixir
Closes #3194
See merge request pleroma/pleroma!3945
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/generic_dependencies.include | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installation/generic_dependencies.include b/docs/installation/generic_dependencies.include index dcaacfdfd..3365a36a8 100644 --- a/docs/installation/generic_dependencies.include +++ b/docs/installation/generic_dependencies.include @@ -1,11 +1,11 @@ ## Required dependencies -* PostgreSQL 9.6+ -* Elixir 1.10+ -* Erlang OTP 22.2+ +* PostgreSQL >=9.6 +* Elixir >=1.11.0 <1.15 +* Erlang OTP >=22.2.0 <26 * git * file / libmagic -* gcc (clang might also work) +* gcc or clang * GNU make * CMake |