From 5fc11d694ad86bdb08fe61a3007aa0c44ba894aa Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Tue, 25 May 2021 20:32:42 +0200 Subject: Put the znk tool into a different directory --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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. Zig master works at the time of writing. -Use `zig build` to build (the library and the `znk` tool). +Use `zig build` to build the library. +Use `zig build znk` to build the `znk` tool. -The `znk` tool can be run by using `zig build run`. +The `znk` tool can be run by using `zig build znk-run`. Tests for the library can be run by using `zig build test`. Tests for the `znk` tool can be run by using `zig build znk-test`. -- cgit v1.2.3