mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
README: update build instr to latest zig
This commit is contained in:
parent
185c27229a
commit
9d3126649e
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ To add zap to `build.zig.zon`:
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, in your `build.zig`'s `build` function, add the following before
|
Then, in your `build.zig`'s `build` function, add the following before
|
||||||
`exe.install()`:
|
`b.installArtifact(exe)``:
|
||||||
|
|
||||||
```zig
|
```zig
|
||||||
const zap = b.dependency("zap", .{
|
const zap = b.dependency("zap", .{
|
||||||
|
|
Loading…
Add table
Reference in a new issue