Browse Source

add service updatetime README.md

xuqiang 4 tháng trước cách đây
mục cha
commit
79a4936290
1 tập tin đã thay đổi với 22 bổ sung0 xóa
  1. 22 0
      services/updatetime/README.md

+ 22 - 0
services/updatetime/README.md

@@ -0,0 +1,22 @@
+# updatetime
+update system time by http
+## start
+```bash
+bash init.sh
+```
+## build
+```bash
+make build
+```
+## pack
+```bash
+make release
+```
+## install
+```bash
+make install
+```
+or
+```bash
+bash release/updatetime/install.sh
+```