diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-04 09:23:20 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-04 09:23:20 +0000 |
commit | 352d52f4bcd538aa286f82f71602a96e63221751 (patch) | |
tree | ef83af0cb3653d5816d9aadf2b51460e9b4dcfcb | |
parent | 063d834bbb3926f5ea931ad6167532d9b98c7b1b (diff) | |
parent | 30ce21330336abc292018506cff3173669f10bef (diff) |
Merge branch 'gh-pages-better-osx-psql-note' into gh-pages
-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 c54664896..041d1178a 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: |