update README.md because secrets.json is not necessary anymore

This commit is contained in:
2024-07-16 23:42:30 +02:00
parent ceed2ad105
commit ab1fca82dc

View File

@@ -4,7 +4,6 @@
- Clone this repository to a directory you want the bot to run from - Clone this repository to a directory you want the bot to run from
- `pip3 install -r requirements.txt` - `pip3 install -r requirements.txt`
- Copy `jeevesbot/env.py.dist` to `jeevesbot/env.py` and change the variables. - 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. - `cp scripts/jeeves.service /etc/systemd/system/jeeves.service` and change the variables to suit your environment.
- `systemctl daemon-reload` - `systemctl daemon-reload`
- `systemctl start jeeves.service` - `systemctl start jeeves.service`