From 87ba20df87828b80c807058517b1fced7076697e Mon Sep 17 00:00:00 2001 From: Peter Rounce Date: Tue, 9 Aug 2022 19:02:19 +0100 Subject: [PATCH] Update INSTALL.md --- docs/INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index fa0abac..7dcc9cc 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -44,9 +44,9 @@ edit `Caddyfile` to set the boltcard domain name edit `add_card_data.sql` to set up the individual bolt card records ### database creation -edit `create_db.sql` to set the cardapp password -`$ sudo -u postgres -i` -`$ ./s_create_db` +edit `create_db.sql` to set the cardapp password +`$ sudo -u postgres -i` +`$ ./s_create_db` ### boltcard service install `$ sudo cp boltcard.service /etc/systemd/system/boltcard.service`