Skip to content

Commit d70f4cb

Browse files
author
tanche
committed
Fix readme instruction
1 parent b409129 commit d70f4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Using zig build system to build [CppUTest](https://github.com/cpputest/cpputest)
77
First update your *build.zig.zon* with:
88

99
```bash
10-
zig fetch --save git+https://github.com/lcp5y3/cpputest-zig.git#v4.0.0
10+
zig fetch --save git+https://github.com/lcp5y3/cpputest-zig.git#b409129f4472213c222ce861e4f891fefa4d1c5e
1111
```
1212

1313
After that you can link `CppUTest` with your project by adding the following
1414
lines to your `build.zig`
1515

1616
```zig
17-
const cpputest_dep = b.dependency("cpputest_zig", .{
17+
const cpputest_dep = b.dependency("cpputest", .{
1818
.target = target,
1919
.optimize = optimize,
2020
});

0 commit comments

Comments
 (0)