From 670f2df52ff7c4ebe2192798655a2fa817272f3e Mon Sep 17 00:00:00 2001
From: magicfelix <felix@felix-zauberer.de>
Date: Sat, 30 Sep 2023 15:58:20 +0200
Subject: [PATCH] [Docs] Reveal vanished doc parts

---
 docs/admin/10_install.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/admin/10_install.rst b/docs/admin/10_install.rst
index 6100d5096..5390ef4aa 100644
--- a/docs/admin/10_install.rst
+++ b/docs/admin/10_install.rst
@@ -141,11 +141,13 @@ from `yarnpkg`, collect static files, and migrate the database to the final sche
 You only need to install these additional dependencies if installing the meta-package:
 
 .. code-block:: shell
+
    apt install libmariadb-dev libldap2-dev libsasl2-dev pkg-config
 
 After that, you can install the aleksis meta-package, or only `aleksis-core`:
 
 .. code-block:: shell
+
    pip3 install --break-system-packages aleksis
    aleksis-admin vite build
    aleksis-admin collectstatic --clear
@@ -158,6 +160,7 @@ Make dynamic content writable for webserver
 To make AlekSIS® able to write dynamic content, you need to assign permissions to the webserver user.
 
 .. code-block:: shell
+
    chown -R www-data:www-data /var/lib/aleksis
 
 .. _core-configure-uwsgi:
-- 
GitLab