From ea166729ed77275aa810f3b8b4f0749c86368d27 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 20 Nov 2020 09:28:40 +0000 Subject: fix markdown --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3