Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 475 Bytes

release_template.md

File metadata and controls

37 lines (25 loc) · 475 Bytes

Highlighted changes

  • ...

How to update

As always, you can update your bot using one of the following commands:

docker-compose

docker-compose pull
docker-compose up -d

Installation via setup script

# Deactivate venv and run 
./setup.sh --update

Plain native installation

git pull
pip install -U -r requirements.txt
Expand full changelog
<Paste your changelog here>