aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9762ea..aa60885 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ Start the environment with:
Init the database with migration scripts:
```bash
-sqlite3 database < src/migrations/x.sql
+sqlite3 database < server/migrations/1.sql
```
Inside the tmux session, add some users with sqlite after the migration is done: