summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2014-11-04 17:37:46 +0200
committerValeriy Sizov <vsv2711@gmail.com>2014-11-04 17:37:46 +0200
commited68797672485cd1cc80d95e39b7e56e5610eb05 (patch)
treee133eda1ed50ae7e7fba546db3a308ecfb1817af /doc
parentf8981e02cd50aa32210e5be32ffd6d21d999ea4b (diff)
parent9c6106c4f68fea96a36d77b9b09685dc9fde0161 (diff)
downloadgitlab-ce-ed68797672485cd1cc80d95e39b7e56e5610eb05.tar.gz
Merge pull request #8196 from bbodenmiller/patch-12
clarify that 'template1=#' is part of prompt
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index a9aae218146..665bc93e4d7 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