diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-02 16:00:00 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-02 16:00:00 +0000 |
commit | 30ce21330336abc292018506cff3173669f10bef (patch) | |
tree | 86288b06bcc93e3dbc269be7d02927dd340752f5 | |
parent | e0b0bb402e443bc595637858be20f5ed8ed2174a (diff) |
Add a better note for new postgres users.
Closes #2199.
-rw-r--r-- | docs/installing/macos.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/installing/macos.md b/docs/installing/macos.md index e93ea452f..68f767b2b 100644 --- a/docs/installing/macos.md +++ b/docs/installing/macos.md @@ -96,8 +96,9 @@ Create a `foi` user from the command line, like this: createuser -s -P foi -_Note:_ Leaving the password blank will cause great confusion if you're new to -PostgreSQL. +_Note:_ After running this command you will be prompted to set a +password for the user. Don't leave it blank if you are new to +PostgreSQL, or it could be difficult to set later for you. We'll create a template for our Alaveteli databases: |