aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2021-05-25 21:37:11 +0200
committerLibravatar Rutger Broekhoff2021-05-25 21:37:11 +0200
commit7621f1f91162e18a14562b52e082da0d8a324885 (patch)
treeac6e492b72164b71a0cb1f5f46eb3fab857bad8e /README.md
parentf78b029e55db9bce054d7b7cb7e290f2a4ade964 (diff)
downloadzig-nkeys-0.1.0.tar.gz
zig-nkeys-0.1.0.zip
Prepare for 0.1.0 release0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 74a32b3..22052dd 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,7 @@ 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.
15Use `zig build znk` to build the `znk` tool. 14Use `zig build znk` to build the `znk` tool.
16
17The `znk` tool can be run by using `zig build run-znk`. 15The `znk` tool can be run by using `zig build run-znk`.
18 16
19Tests for the library can be run by using `zig build test`. 17Tests for the library can be run by using `zig build test`.