aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-11-20 09:28:40 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-11-20 09:28:40 +0000
commitea166729ed77275aa810f3b8b4f0749c86368d27 (patch)
tree0606c3c50d1ce0b37612c895b6d9181aa31000b5
parentaca1676b570c4af47deef9e14a773e2e4019e101 (diff)
fix markdown
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 14375a9..5176004 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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