aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index a6ac3af..815b8f4 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,14 @@ Still a work in progress, things will definitely change!
7 7
8Contains a tool called `znk` which is a clone of the [`nk` tool](https://github.com/nats-io/nkeys/tree/master/nk). 8Contains a tool called `znk` which is a clone of the [`nk` tool](https://github.com/nats-io/nkeys/tree/master/nk).
9 9
10## Building
11
12Zig master works at the time of writing.
13
14Use `zig build` to build (the library and the `znk` tool).
15
16The `znk` tool can be run by using `zig build run`.
17
18Tests 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`.
20