From 7f1938c9e5d26b5393753dd8970931c432db640e Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 5 Aug 2024 22:46:05 -0500 Subject: [PATCH] change recommendation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b096db..e960ec7 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ scripts: 2. Pick a directory to keep the SQLite database in (I picked `~/.local/share/mlblive`). 3. Create the database with `sqlite3 < schema.sql` - * Note that if you intend to run both scripts, or run multiple instances of - the scripts, you'll probably want to make a database for each instance. + * I recommend making at least one database for each bot account you plan to + set up. 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