From e4a2b860a3b18d820d33275faf942b9129069553 Mon Sep 17 00:00:00 2001 From: Alberto Donato Date: Tue, 24 Oct 2023 16:25:30 +0200 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4416d55..1e5e31f 100644 --- a/README.md +++ b/README.md @@ -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