edit README.md

master
Bryan 2021-01-02 10:50:28 -06:00
parent 6378278523
commit 2ca9ce750a
1 changed files with 4 additions and 6 deletions

View File

@ -9,17 +9,15 @@ This script monitors the battery voltage, battery charge current.
1. **clone** repository to your C.H.I.P. device
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
```
## Use as utility