summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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