فهرست منبع

update README.md

xuqiang 4 ماه پیش
والد
کامیت
533035919e
1فایلهای تغییر یافته به همراه9 افزوده شده و 1 حذف شده
  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