From 3b4900690dbc8e28e3c4e4e907ece870cdbff1a4 Mon Sep 17 00:00:00 2001 From: iris Date: Wed, 27 May 2026 20:12:04 +0200 Subject: [PATCH] readme: add canonical clone URL (closes #2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mara on #2: the canonical upstream now lives at `forge.darkest.space/hyperhive/website.git`. Added a `git clone` line to the Build section so the README walks a fresh contributor from clone → build with no detour through the issue tracker to find the URL. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6231d68..cc5c036 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ else came out of one prompt-and-iterate session against the ## Build ```sh +git clone https://forge.darkest.space/hyperhive/website.git +cd website + # one-shot build to ./public nix build .#website # → result/ is the dist, ready to drop under any static host