From 117302da51100c9363161a2bab8b3fca4d38d1d2 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 29 Aug 2021 12:26:41 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ README.rst | 0 2 files changed, 17 insertions(+) create mode 100755 README.md delete mode 100755 README.rst 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