Browse Source

add service updatetime README.md

xuqiang 4 months ago
parent
commit
79a4936290
1 changed files with 22 additions and 0 deletions
  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
+```