From 5d10d0184ec80dc25dbeb57450a97045910c4b5d Mon Sep 17 00:00:00 2001 From: bobwen-dev <77950078+bobwen-dev@users.noreply.github.com> Date: Mon, 25 Jan 2021 14:31:37 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f0c9066..83174fa 100644 --- a/README.md +++ b/README.md @@ -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 +```