diff --git a/README.md b/README.md index 9b72230..5e74bac 100755 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Cross-platform compatibility: - Linux. - FreeBSD. +# Preview + +

+ +

+ # Install ```bash @@ -27,5 +33,11 @@ poetry run python3 alert_battery_to_maintain_health/__init__.py # Cron ```bash -poetry run python3 alert_battery_to_maintain_health/__init__.py +crontab -e +``` + +Add the following: + +```bash +* * * * * cd [absolute path folder] && poetry run python3 alert_battery_to_maintain_health/__init__.py ```