commit 0eb082c000d05d721b8f7ef01fba2f286fbf2b04 parent ca435c01a8c8d22ebec50f6166809ee44726d8c5 Author: vx-clutch <[email protected]> Date: Thu, 20 Nov 2025 16:57:55 -0500 Merge branch 'master' of https://git.vxserver.dev/fsd/fes Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -20,7 +20,7 @@ A lightweight static site generator built with Go and Lua. Write your websites i ### Build from Source ```bash -git clone <repository-url> +git clone https://git.vxserver.dev/fSD/fes.git cd fes go build -o fes ```