Skip to content

Commit 62bc686

Browse files
committed
fix build from source command
1 parent a86f938 commit 62bc686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fast-cli --help
4545
```bash
4646
git clone https://github.com/mikkelam/fast-cli.git
4747
cd fast-cli
48-
zig build --release=safe
48+
zig build -Doptimize=ReleaseSafe
4949
```
5050

5151
## Usage

0 commit comments

Comments
 (0)