Skip to content

Commit

Permalink
docs: small updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Nov 6, 2022
1 parent 036ccaf commit 8c93b6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ trusted HTTP(S) server, or to determine the time of the remote machine.

## Installation

### From pre-built binaries
Download the binary for your platform from the [releases page](https://github.com/danroc/htp/releases/latest).

Download the binary from the [releases page](https://github.com/danroc/htp/releases/latest).

### From source
Or install it with `go`:

```bash
go install github.com/danroc/htp/cmd/htp@latest
```

## Building

To build the main application, run:

```console
go build ./cmd/htp
```

## Algorithm

Suppose that _T_ is the correct time (remote time) and our local time is offset
by _θ_.
by _θ_ (thus local time is _T + θ_).

To approximate _θ_, we perform these steps:

Expand Down

0 comments on commit 8c93b6e

Please # to comment.