From 73aa92e228b0517d06d5f1d11098ebb30f533a4b Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Wed, 19 Nov 2025 21:49:00 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec2e862..e48472c 100644 --- 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 +git clone https://git.vxserver.dev/fSD/fes.git cd fes go build -o fes ```