mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-11-05 06:49:11 +03:00
update readme
This commit is contained in:
parent
bcb5d87702
commit
6d4f1b931b
11
README.md
11
README.md
@ -39,10 +39,15 @@ source .venv/bin/activate
|
||||
pip3 install -r requirements.txt
|
||||
```
|
||||
|
||||
Можно не устанавливать локально, а запустить докер:
|
||||
Можно не устанавливать локально, а запустить докер (см. справку по командам ниже):
|
||||
|
||||
```
|
||||
docker run -it --name vestasync vvzvlad/vestasync:latest ./vestasync.py --cmd install --device_ip 192.168.1.58 --gitea_address http://192.168.1.38:3871/ --device_new_name WB_1 --gitea_token de8a2eaee0d2f27746157c2fd563815f932d671c
|
||||
```bash
|
||||
docker run -it --name vestasync vvzvlad/vestasync:latest \
|
||||
./vestasync.py --cmd install \
|
||||
--device_ip 192.168.1.58 \
|
||||
--gitea_address http://192.168.1.38:3871/ \
|
||||
--device_new_name WB_1 \
|
||||
--gitea_token de8a2eaee0d2f27746157c2fd563815f932d671c
|
||||
```
|
||||
|
||||
## Команды
|
||||
|
Loading…
Reference in New Issue
Block a user