diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ Zig master works at the time of writing. | |||
14 | Use `zig build` to build the library. | 14 | Use `zig build` to build the library. |
15 | Use `zig build znk` to build the `znk` tool. | 15 | Use `zig build znk` to build the `znk` tool. |
16 | 16 | ||
17 | The `znk` tool can be run by using `zig build znk-run`. | 17 | The `znk` tool can be run by using `zig build run-znk`. |
18 | 18 | ||
19 | Tests for the library can be run by using `zig build test`. | 19 | Tests for the library can be run by using `zig build test`. |
20 | Tests for the `znk` tool can be run by using `zig build znk-test`. | 20 | Tests for the `znk` tool can be run by using `zig build test-znk`. |
21 | 21 | ||