diff options
author | Rutger Broekhoff | 2021-05-25 20:32:42 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2021-05-25 20:32:42 +0200 |
commit | 5fc11d694ad86bdb08fe61a3007aa0c44ba894aa (patch) | |
tree | 216c08cdbcfc28e0886c85c4568a36cae2c9aa57 /README.md | |
parent | 3b6b7b5eefe6270f126048d7a1ff5919f1da18cf (diff) | |
download | zig-nkeys-5fc11d694ad86bdb08fe61a3007aa0c44ba894aa.tar.gz zig-nkeys-5fc11d694ad86bdb08fe61a3007aa0c44ba894aa.zip |
Put the znk tool into a different directory
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,9 +11,10 @@ Contains a tool called `znk` which is a clone of the [`nk` tool](https://github. | |||
11 | 11 | ||
12 | Zig master works at the time of writing. | 12 | Zig master works at the time of writing. |
13 | 13 | ||
14 | Use `zig build` to build (the library and the `znk` tool). | 14 | Use `zig build` to build the library. |
15 | Use `zig build znk` to build the `znk` tool. | ||
15 | 16 | ||
16 | The `znk` tool can be run by using `zig build run`. | 17 | The `znk` tool can be run by using `zig build znk-run`. |
17 | 18 | ||
18 | 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`. |
19 | 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 znk-test`. |