1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

fixed release note templates: b.installArtifact

This commit is contained in:
Rene Schallner 2023-09-23 10:50:47 +02:00
parent 8efc65eefc
commit 8a2d077bd8
2 changed files with 3 additions and 2 deletions

View file

@ -29,7 +29,7 @@ Here is a complete `build.zig.zon` example:
```
Then, in your `build.zig`'s `build` function, add the following before
`exe.install()`:
`b.installArtifact(exe)`:
```zig
const zap = b.dependency("zap", .{

View file

@ -34,7 +34,8 @@ Here is a complete `build.zig.zon` example:
```
Then, in your `build.zig`'s `build` function, add the following before `exe.install()`:
Then, in your `build.zig`'s `build` function, add the following before
`b.installArtifact(exe)`:
```zig
const zap = b.dependency("zap", .{