updating guide for 2.1.1

This commit is contained in:
mst 2025-03-19 13:50:28 +03:00
parent 6e288467c3
commit 4762a73a26
No known key found for this signature in database

View file

@ -1,5 +1,22 @@
# Updating
## 2.1.0 -> 2.1.1
pull the update: `git pull`
### Docker-specific steps
if you're running CatAsk in Docker, follow these steps as well:
1. rebuild the containers:
```sh
docker compose build
```
2. restart the containers:
```sh
docker compose restart
```
## 2.0.x -> 2.1.0
1. pull the update: `git pull`