From b1a96244fd26ae4ad70aca13dad32e16019266fe Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 9 Jun 2023 01:04:11 +0200 Subject: [PATCH] README: correct sql file position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6a248d..cd4a9c2 100644 --- a/README.md +++ b/README.md @@ -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