mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
chore: update release template structure
This commit is contained in:
@@ -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:
|
As always, you can update your bot using one of the following commands:
|
||||||
|
|
||||||
#### docker-compose
|
### docker-compose
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Installation via setup script
|
### Installation via setup script
|
||||||
|
|
||||||
```
|
``` bash
|
||||||
# Deactivate venv and run
|
# Deactivate venv and run
|
||||||
./setup.sh --update
|
./setup.sh --update
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Plain native installation
|
### Plain native installation
|
||||||
|
|
||||||
```
|
``` bash
|
||||||
git pull
|
git pull
|
||||||
pip install -U -r requirements.txt
|
pip install -U -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user