From dfab66d5c3693ffa7299d2e8cd3f51aee9875225 Mon Sep 17 00:00:00 2001 From: dnutiu Date: Wed, 24 Jan 2024 17:10:58 +0200 Subject: [PATCH] update readme.md --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 48521f1..d6afe66 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Nucu's TTRPG Bot +# Nucu's RPG Tools ⚠️ _Currently under development_ @@ -19,7 +19,7 @@ It features: # Running the bot I've designed the bot to be run by yourself, and be configured via a configuration file. - +pyenv You can view the configuration file example in the project's root under the name [config.yaml](config.yaml). The configuration file's location is the current directory and can be configured to something else with the following environment variable: @@ -31,4 +31,6 @@ export NUCUBOT_CONFIG=/PycharmProjects/NucusTTRPGBot/secrets/config.yaml python -m src.main ``` +# Running the bot on Raspberry PI + Made with 💞 by [nuculabs.dev](https://blog.nuculabs.dev) \ No newline at end of file