diff --git a/doc/install/installation.md b/doc/install/installation.md
index a9aae218146ba90e5ea9e17f7d3c59592e6b1670..665bc93e4d70b2519bb77a89cee5d85e1ecef15d 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -127,7 +127,8 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da
     # Login to PostgreSQL
     sudo -u postgres psql -d template1
 
-    # Create a user for GitLab.
+    # Create a user for GitLab
+    # Do not type the 'template1=#', this is part of the prompt
     template1=# CREATE USER git CREATEDB;
 
     # Create the GitLab production database & grant all privileges on database