Skip to content

Commit aee957d

Browse files
committed
update readme to recommend Zig 0.15.2 and -Drelease
1 parent be20861 commit aee957d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ You can either:
99
- Use it online: https://playground.zigtools.org/
1010
- Run it locally:
1111

12-
Requires Zig `0.15.1`. Will automatically fetch Zig along with ZLS, compiling both for webassembly.
12+
Requires Zig `0.15.2`. Will automatically fetch Zig along with ZLS, compiling both for webassembly.
1313

1414
```bash
15-
zig build
15+
zig build -Drelease
1616
npm install
1717
npm run dev
1818
```

0 commit comments

Comments
 (0)