README: correct sql file position

This commit is contained in:
Johannes 2023-06-09 01:04:11 +02:00
parent 75f15581ab
commit b1a96244fd

View file

@ -6,7 +6,7 @@ e.g. by executing `go version`.
Initialize the database. For developing, we recommend using sqlite:
user@host:path/to/repo$ sqlite3 officeHours.db -init sqlite.sql
user@host:path/to/repo$ sqlite3 officeHours.db -init officeHoursSQLite.sql
sqlite> .read dummydatasqlite.sql
Now start the development webserver, note that you need to manually