From 5660c2f8ad4ffc68312832fb715ff6acfd57c434 Mon Sep 17 00:00:00 2001 From: seedhammer Date: Wed, 13 May 2026 18:05:53 +0200 Subject: [PATCH] README.md: clarify instructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bb5484..f63e4b0 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,15 @@ ### Run local viewer +Command `viewer` runs a webserver at http://localhost:8080 with +the content. + ```sh $ go run ./cmd/viewer ``` -The [Nix](https://nixos.org) helper script runs a webserver on localhost:8080 and -reloads it on file changes. +The [Nix](https://nixos.org) helper script runs the viewer +and reloads it on file changes. ```sh $ nix run .#