diff --git a/README.md b/README.md index 98da099..9896a13 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,13 @@ This script monitors the battery voltage, battery charge current. 2. **copy** cp ./chipmonk /usr/local/bin/ + cp ./chipmonk.service /etc/systemd/system/ 4. automatically **start** it using systemd systemctl enable chipmonk.service + systemctl start chipmonk.service