diff --git a/README.md b/README.md new file mode 100755 index 0000000..bf0d9e0 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file diff --git a/README.rst b/README.rst deleted file mode 100755 index e69de29..0000000