summaryrefslogtreecommitdiff
path: root/docs/installation/openbsd_en.md
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-06-11 08:43:36 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-06-11 08:48:35 +0200
commit6b1f7f2f528824a1f5e935a14645e7731a9c2a9c (patch)
tree76fdc47e1736422dfe0dcd9806468956a52f7762 /docs/installation/openbsd_en.md
parent53cf801c3000b1e20a1d42b56be82032d42782e9 (diff)
downloadpleroma-6b1f7f2f528824a1f5e935a14645e7731a9c2a9c.tar.gz
pleroma-6b1f7f2f528824a1f5e935a14645e7731a9c2a9c.zip
docs: Use one file to describe dependencies
Diffstat (limited to 'docs/installation/openbsd_en.md')
-rw-r--r--docs/installation/openbsd_en.md14
1 files changed, 3 insertions, 11 deletions
diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md
index 95f029180..c80c8f678 100644
--- a/docs/installation/openbsd_en.md
+++ b/docs/installation/openbsd_en.md
@@ -4,18 +4,10 @@ This guide describes the installation and configuration of pleroma (and the requ
For any additional information regarding commands and configuration files mentioned here, check the man pages [online](https://man.openbsd.org/) or directly on your server with the man command.
-#### Required software
-
-The following packages need to be installed:
+{! backend/installation/generic_dependencies.include !}
- * elixir
- * gmake
- * git
- * postgresql-server
- * postgresql-contrib
- * cmake
- * ffmpeg
- * ImageMagick
+### Preparing the system
+#### Required software
To install them, run the following command (with doas or as root):