aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2021-05-25 20:37:43 +0200
committerLibravatar Rutger Broekhoff2021-05-25 20:37:43 +0200
commit11a48061b0f52d36e0919a6d9a6d90d251141eb2 (patch)
treed7460a265a7575d8233bae40273e70a8205a37ce /README.md
parent199e078c124ee60e642dfbc10016394fb1197a57 (diff)
downloadzig-nkeys-11a48061b0f52d36e0919a6d9a6d90d251141eb2.tar.gz
zig-nkeys-11a48061b0f52d36e0919a6d9a6d90d251141eb2.zip
Rename build steps
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b4b81a2..74a32b3 100644
--- a/README.md
+++ b/README.md
@@ -14,8 +14,8 @@ Zig master works at the time of writing.
14Use `zig build` to build the library. 14Use `zig build` to build the library.
15Use `zig build znk` to build the `znk` tool. 15Use `zig build znk` to build the `znk` tool.
16 16
17The `znk` tool can be run by using `zig build znk-run`. 17The `znk` tool can be run by using `zig build run-znk`.
18 18
19Tests for the library can be run by using `zig build test`. 19Tests for the library can be run by using `zig build test`.
20Tests for the `znk` tool can be run by using `zig build znk-test`. 20Tests for the `znk` tool can be run by using `zig build test-znk`.
21 21