zig-play
zig-play copied to clipboard
[README] Please update self-hosting instructions
Sat 27 Dec 2025 08:21:57 GMT
Hi,
Thanks for continuing to support this project.
After reading through all commits, zvm and zrun.sh are now required. Please:
- include
zrun.shin this repo. If it contains private details, include info on what it does (so it can be replicated); - update
README.mdto include instructions to self host (including requirements ofzvmandzrun.sh); - include instructions for using
curl(including new (required) header "X-Zig-Version").
P.S. To get this to (initially) render on localhost, I needed to add to main.go (as suggested here):
router.NotFound = http.FileServer(http.Dir("static"))