Minor changes

This commit is contained in:
Bob Wen 2021-11-04 23:14:04 +08:00
parent 6bac44757f
commit ea84432761
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,9 @@ A tool to synchronize system time from web servers, for linux, windows and macos
## But, why not NTP?
There are always cases where the device cannot connect to the NTP server.
- Websites are everywhere in the world, NTP servers are scarce that the access is centralized.
- `htpdate` can be used as a backup When you fail to access NTP.
- There are always cases where the device cannot use NTP.
## Examples

View File

@ -25,7 +25,7 @@
"scripts": {
"compile": "npx coffee -bc --no-header ./",
"clean": "rm *.js",
"b": "npx nexe -i index.js -r \"node_modules/**/package.json\"",
"b": "npx nexe -i index.js -r node_modules/**/package.json",
"b-win-x86": "npm run b -- -t windows-x86-14.15.3 -o dists/htpdate-windows-x86.exe",
"b-win-x64": "npm run b -- -t windows-x64-14.17.0 -o dists/htpdate-windows-x64.exe",
"b-linux-x64": "npm run b -- -t linux-x64-14.15.3 -o dists/htpdate-linux-x64",