diff --git a/README.md b/README.md index 7e516d5..cd4a9c2 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,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 officeHoursSQLite.sql - sqlite> .read dummydata/rooms.sql - sqlite> .read dummydata/summerCourses.sql + sqlite> .read dummydatasqlite.sql Now start the development webserver, note that you need to manually restart it to code changes take effect.