From ab1fca82dc954c840a3d8c167a785f4359c85a6b Mon Sep 17 00:00:00 2001 From: Peter van Arkel Date: Tue, 16 Jul 2024 23:42:30 +0200 Subject: [PATCH] update README.md because secrets.json is not necessary anymore --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f27abaf..1071c2c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ - Clone this repository to a directory you want the bot to run from - `pip3 install -r requirements.txt` - Copy `jeevesbot/env.py.dist` to `jeevesbot/env.py` and change the variables. -- Copy `jeevesbot/secret.json.dist` to `jeevesbot/secret.json` and add your Google Drive API secret.json - `cp scripts/jeeves.service /etc/systemd/system/jeeves.service` and change the variables to suit your environment. - `systemctl daemon-reload` -- `systemctl start jeeves.service` \ No newline at end of file +- `systemctl start jeeves.service`