Browse Source

update README.md

xuqiang 4 tháng trước cách đây
mục cha
commit
533035919e
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -1,11 +1,19 @@
 # MONITOR
+## build
+```bash
+make BUILD_TYPE=Debug
+```
+## deploy
+```bash
+make deploy BUILD_TYPE=Debug ADDR=192.168.1.15
+```
 ## configure autostart
 ```bash
 cp conf/monitor.desktop ~/.config/autostart/monitor.desktop
 ```
 ## configure systemd (recommend)
 ```bash
-cp conf/monitor.service /usr/lib/systemd/system/monitor.service
+cp conf/monitor.service /etc/systemd/system/monitor.service
 ```
 ### enabled
 ```bash