From 70834b6491d61debad58c9f15ea9832c6dfc7fda Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 30 Dec 2025 08:46:10 +0100 Subject: [PATCH] chore: update release template structure --- docs/includes/release_template.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/includes/release_template.md b/docs/includes/release_template.md index 87a3564da..c991235e3 100644 --- a/docs/includes/release_template.md +++ b/docs/includes/release_template.md @@ -1,28 +1,28 @@ -## Highlighted changes +# Highlighted changes - ... -### How to update +## How to update As always, you can update your bot using one of the following commands: -#### docker-compose +### docker-compose ```bash docker-compose pull docker-compose up -d ``` -#### Installation via setup script +### Installation via setup script -``` +``` bash # Deactivate venv and run ./setup.sh --update ``` -#### Plain native installation +### Plain native installation -``` +``` bash git pull pip install -U -r requirements.txt ```