From c2094944cfaa82436f2268e7fad0dc9184ad0bcb Mon Sep 17 00:00:00 2001 From: maxim nikonov Date: Fri, 21 Nov 2025 01:00:41 +0500 Subject: feat: rewrote on go for cross OS builds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d207a6d..9dd244f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A fast, lightweight static site generator written in C that supports multilingua 1. Clone or download the project files (`main.c` and `Makefile`) 2. Build the executable: ```bash - make + go build main.go ``` ### Project Structure -- cgit v1.2.3