Update INSTALL.md

This commit is contained in:
Peter Rounce 2022-08-10 11:18:22 +01:00 committed by GitHub
parent 87ba20df87
commit 1d3a858b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ edit `add_card_data.sql` to set up the individual bolt card records
### database creation ### database creation
edit `create_db.sql` to set the cardapp password edit `create_db.sql` to set the cardapp password
`$ sudo -u postgres -i` `$ sudo -u postgres createuser -s ubuntu`
`$ ./s_create_db` `$ ./s_create_db`
### boltcard service install ### boltcard service install