mirror of https://github.com/bobwen-dev/htpdate
Minor changes
This commit is contained in:
parent
6bac44757f
commit
ea84432761
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue