Update 'README.md'

master
Bryan 2021-01-02 15:29:58 -06:00
parent 1a3c50dc18
commit 49e7f08f38
1 changed files with 4 additions and 0 deletions

View File

@ -8,10 +8,14 @@ This script monitors the battery voltage, battery charge current.
1. **clone** repository to your C.H.I.P. device 1. **clone** repository to your C.H.I.P. device
2. ***edit***
`chipmonk.cfg`
2. **copy** 2. **copy**
``` ```
cp ./chipmonk /usr/local/bin/ cp ./chipmonk /usr/local/bin/
cp ./chipmonk.service /etc/systemd/system/ cp ./chipmonk.service /etc/systemd/system/
cp ./chipmonk.cfg /usr/local/etc/
``` ```
4. automatically **start** it using systemd 4. automatically **start** it using systemd
``` ```