aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 815b8f4..b4b81a2 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,10 @@ Contains a tool called `znk` which is a clone of the [`nk` tool](https://github.
11 11
12Zig master works at the time of writing. 12Zig master works at the time of writing.
13 13
14Use `zig build` to build (the library and the `znk` tool). 14Use `zig build` to build the library.
15Use `zig build znk` to build the `znk` tool.
15 16
16The `znk` tool can be run by using `zig build run`. 17The `znk` tool can be run by using `zig build znk-run`.
17 18
18Tests for the library can be run by using `zig build test`. 19Tests for the library can be run by using `zig build test`.
19Tests 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 znk-test`.