This commit is contained in:
2025-11-20 16:57:55 -05:00

View File

@@ -20,7 +20,7 @@ A lightweight static site generator built with Go and Lua. Write your websites i
### Build from Source ### Build from Source
```bash ```bash
git clone <repository-url> git clone https://git.vxserver.dev/fSD/fes.git
cd fes cd fes
go build -o fes go build -o fes
``` ```