From 65a4c210174e3b59f216c9b3044ce8858c9cd178 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sun, 27 Aug 2023 18:55:54 +0200 Subject: [PATCH] Update README.md Advanced usage line 'zig build -Dn=x start' deleted, because of https://github.com/ratfactor/ziglings/issues/355 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e185ef6..fb9d777 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,10 @@ Version-0.11.0-dev.4246+71dfce31b ## Advanced Usage -It can be handy to check just a single exercise or _start_ from a -single exercise: +It can be handy to check just a single exercise: ``` zig build -Dn=19 -zig build -Dn=19 start ``` You can also run without checking for correctness: