0
0
mirror of https://github.com/bobwen-dev/htpdate synced 2025-04-11 23:00:44 +02:00

Update README.md

This commit is contained in:
bobwen-dev 2021-01-25 14:31:37 +08:00 committed by GitHub
parent 3b2c22a37d
commit 5d10d0184e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,3 +71,14 @@ htpdate www.pool.ntp.org
-v, --version display the version of htpdate and exit
Default: false
```
## Install
### Precompiled package
Download the precompiled binary package from [Releases page](https://github.com/bobwen-dev/htpdate/releases), uncompress it, and run it independently as an executable
### Install by npm
```bash
npm i -g https://github.com/bobwen-dev/htpdate
```