diff --git a/README.md b/README.md index 576a6e4..d9f668f 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,9 @@ scripts: 2. Pick a directory to keep the SQLite database in (I picked `~/.local/share/mlblive`). 3. Create the database with `sqlite3 < schema.sql` - * I recommend making at least one database for each bot account you plan to - set up. + * I recommend making one database for plays and one for highlights + (assuming you wish to process both) for each team you want to follow. +Separate databases for plays and highlights will reduce delays due to locking. 4. Put the other SQL scripts in the same directory as the database. 5. Review the scripts to see what arguments they require. 6. Write some systemd services and timers to execute the shell scripts