readme: add canonical clone URL (closes #2)
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.
This commit is contained in:
parent
817a38ec59
commit
3b4900690d
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue