Update README.md

This commit is contained in:
Andros Fenollosa 2021-08-29 12:26:41 +02:00
parent 6a362cf2b8
commit 117302da51
2 changed files with 17 additions and 0 deletions

17
README.md Executable file
View File

@ -0,0 +1,17 @@
# Install
```bash
poetry install
```
# Run
```bash
poetry run python3 alert_battery_to_maintain_health/__init__.py
```
# Cron
```bash
poetry run python3 alert_battery_to_maintain_health/__init__.py
```

View File