Update README.md

This commit is contained in:
Andros Fenollosa 2021-08-29 12:30:00 +02:00 committed by GitHub
parent 117302da51
commit b88c8e2e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,16 @@
Alerts you if your battery is overcharged or discharged to extend its performance and health.
Cross-platform compatibility:
- Windows.
- MacOS.
- Linux.
- FreeBSD.
# Install
```bash
git clone git@github.com:tanrax/alert-battery-to-maintain-health.git
cd alert-battery-to-maintain-health
poetry install
```
@ -14,4 +24,4 @@ poetry run python3 alert_battery_to_maintain_health/__init__.py
```bash
poetry run python3 alert_battery_to_maintain_health/__init__.py
```
```