diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-11-20 09:28:40 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-11-20 09:28:40 +0000 |
commit | ea166729ed77275aa810f3b8b4f0749c86368d27 (patch) | |
tree | 0606c3c50d1ce0b37612c895b6d9181aa31000b5 | |
parent | aca1676b570c4af47deef9e14a773e2e4019e101 (diff) |
fix markdown
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ Set up the ctrack database: * `sudo -u postgres psql postgres` * `CREATE DATABASE ctrack;` -* `ALTER ROLE postgres WITH PASSWORD 'postgres;' +* `ALTER ROLE postgres WITH PASSWORD 'postgres;'` * `\q` (to quit `psql`)` Note - never use this default username/password configuration on a production |