edit README.md
parent
6378278523
commit
2ca9ce750a
10
README.md
10
README.md
|
|
@ -9,17 +9,15 @@ 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. **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/
|
||||||
|
```
|
||||||
4. automatically **start** it using systemd
|
4. automatically **start** it using systemd
|
||||||
|
```
|
||||||
systemctl enable chipmonk.service
|
systemctl enable chipmonk.service
|
||||||
|
|
||||||
systemctl start chipmonk.service
|
systemctl start chipmonk.service
|
||||||
|
```
|
||||||
|
|
||||||
## Use as utility
|
## Use as utility
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue