Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Oct 24, 2023
1 parent 192c08e commit e4a2b86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ It provides a few handy features for serving files and static websites:
Pre-built binaries are available for different achitectures on the [releases
page](https://github.com/albertodonato/h2static/releases).

Alternatively, it can be run simply as
It can be installed directly via

```bash
go install github.com/albertodonato/h2static/cmd/h2static@latest
```

Alternatively, it can be run from the repository simply as

```bash
go run ./cmd/h2static
Expand Down

0 comments on commit e4a2b86

Please sign in to comment.