From ffaa3284e095454920cdac2017398560d73739b7 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 31 May 2021 15:07:13 -0700 Subject: [PATCH] README- add section about to run generation and tests --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2fd23da27e213bf18dbea07fa6c7773c5a610012..79443b9251bc74ea59fde17b5635d4bd3d2bdec0 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ https://unicode.org/Public/UCD/latest/ucd/ zigmod aq add 1/nektro/unicode-ucd ``` +## Development +``` +zig build run -Dstep=generate +zig build run -Dstep=generate +``` + ## License Code here is MIT -- 2.54.0