We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31269c7 commit 70834b6Copy full SHA for 70834b6
docs/includes/release_template.md
@@ -1,28 +1,28 @@
1
-## Highlighted changes
+# Highlighted changes
2
3
- ...
4
5
-### How to update
+## How to update
6
7
As always, you can update your bot using one of the following commands:
8
9
-#### docker-compose
+### docker-compose
10
11
```bash
12
docker-compose pull
13
docker-compose up -d
14
```
15
16
-#### Installation via setup script
+### Installation via setup script
17
18
-```
+``` bash
19
# Deactivate venv and run
20
./setup.sh --update
21
22
23
-#### Plain native installation
+### Plain native installation
24
25
26
git pull
27
pip install -U -r requirements.txt
28
0 commit comments