commit 73aa92e228b0517d06d5f1d11098ebb30f533a4b parent 442e5c7f126be1ecfc1fd071871c5ad17ca3eb1b Author: vx-clutch <[email protected]> Date: Wed, 19 Nov 2025 21:49:00 -0500 Update README.md 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 ```