diff --git a/docs/installation/external_dependencies.rst b/docs/installation/external_dependencies.rst
index 5d66dd601a009d7b57b928ae76619e6710ffab41..adfb90e72e9f2011dc5d3334a6c3fdfa2a3aef9e 100644
--- a/docs/installation/external_dependencies.rst
+++ b/docs/installation/external_dependencies.rst
@@ -56,7 +56,7 @@ for funkwhale to work properly:
 
 .. code-block:: shell
 
-    sudo -u postgres psql -c 'CREATE EXTENSION "unaccent";'
+    sudo -u postgres psql funkwhale -c 'CREATE EXTENSION "unaccent";'
 
 
 Cache setup (Redis)