diff --git a/docs/dev/01_setup.rst b/docs/dev/01_setup.rst
index 0c4d721ec778742f7d02668445e2af8169ac32dc..880737d3087915f4e9cc8c9c76485b923e77243a 100644
--- a/docs/dev/01_setup.rst
+++ b/docs/dev/01_setup.rst
@@ -26,9 +26,9 @@ If you do not want to download the bundled apps, leave out the
 Install native dependencies
 ---------------------------
 
-Some system libraries are required to install BiscuIT::
+Some system libraries are required to install AlekSIS::
 
-  sudo apt install libpq5 libpq-dev libssl-dev python3-dev yarnpkg python3-pip python3-venv
+  sudo apt install build-essential libpq-dev libpq5 libssl-dev python3-dev python3-pip python3-venv yarnpkg
 
 
 Get Poetry