Update 'README.md'

This commit is contained in:
odintsoff 2022-09-10 13:41:21 +00:00
parent 31f764f9a6
commit a3f4bb21a6
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ Please refer to their documentation for instructions on how to install them.
sudo apt install python3 sqlite3
```
```Configure the database by running:
And then, configure the database by running:
```
sqlite3 notes.db < schema.sql
```
Grant permissions for write to ```notes.db```.