fix build from source command

This commit is contained in:
mikkelam 2025-06-23 22:27:35 +02:00
parent a86f9384d6
commit 62bc68622a

View file

@ -45,7 +45,7 @@ fast-cli --help
```bash
git clone https://github.com/mikkelam/fast-cli.git
cd fast-cli
zig build --release=safe
zig build -Doptimize=ReleaseSafe
```
## Usage