README: correct sql file position
This commit is contained in:
parent
75f15581ab
commit
b1a96244fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue