summaryrefslogtreecommitdiff
path: root/docs/installation
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-11-14 09:49:49 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-11-14 09:49:49 +0000
commit6d708664b5ed4402997091301b5010b02a56e243 (patch)
treecfa0893bda9d03a8fa7df6df2bf0d607ec164a06 /docs/installation
parentbf2d6abaf2f7ccc908c512a8d5be4e091779e9e5 (diff)
parent19519d6c969196f2b1d9283168060a751068472d (diff)
downloadpleroma-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.include8
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