add systemd service configuration script + add systemd info to readme #6

Merged
rejnronuzz merged 6 commits from dev into main 2026-03-09 10:13:23 +00:00
Showing only changes of commit 114480e4aa - Show all commits

View File

@@ -1,7 +1,7 @@
# muzovkantV2 # muzovkantV2
### shitty (half-)vibecoded discord bot ### shitty (half-)vibecoded discord bot
## overall ## overall
you can use this as a base for your discord bot, writing your own [cogs](/cogs/), or as is. you can use this as a base for your discord bot by writing your own [cogs](/cogs/), or as is.
## installation ## installation
@@ -10,7 +10,7 @@ you can use this as a base for your discord bot, writing your own [cogs](/cogs/)
git clone https://github.com/rejnronuzz/muzovkantv2.git git clone https://github.com/rejnronuzz/muzovkantv2.git
cd muzovkantv2 cd muzovkantv2
``` ```
2. install the requirements 2. install the requirements. you might need to enter a venv on some systems.
```bash ```bash
pip install -r requirements.txt pip install -r requirements.txt
``` ```