mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +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
|
||||
`exe.install()`:
|
||||
`b.installArtifact(exe)``:
|
||||
|
||||
```zig
|
||||
const zap = b.dependency("zap", .{
|
||||
|
|
Loading…
Add table
Reference in a new issue