diff --git a/docs/installation/external_dependencies.rst b/docs/installation/external_dependencies.rst
index df9282797d0171d8b117e1d452f4a2d9c1668ce7..5d66dd601a009d7b57b928ae76619e6710ffab41 100644
--- a/docs/installation/external_dependencies.rst
+++ b/docs/installation/external_dependencies.rst
@@ -33,9 +33,7 @@ Create the project database and user:
 .. code-block:: shell
 
     CREATE DATABASE "funkwhale"
-      WITH ENCODING 'utf8'
-      LC_COLLATE = 'en_US.utf8'
-      LC_CTYPE = 'en_US.utf8';
+      WITH ENCODING 'utf8';
     CREATE USER funkwhale;
     GRANT ALL PRIVILEGES ON DATABASE funkwhale TO funkwhale;