1
0
Fork 0
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:
Rene Schallner 2023-05-13 22:49:02 +02:00
parent 185c27229a
commit 9d3126649e

View file

@ -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", .{