Update README.md

Advanced usage line 'zig build -Dn=x start' deleted, because of https://github.com/ratfactor/ziglings/issues/355
This commit is contained in:
Chris Boesch 2023-08-27 18:55:54 +02:00 committed by GitHub
parent 741704cc6f
commit 65a4c21017

View file

@ -114,12 +114,10 @@ Version-0.11.0-dev.4246+71dfce31b
## Advanced Usage ## Advanced Usage
It can be handy to check just a single exercise or _start_ from a It can be handy to check just a single exercise:
single exercise:
``` ```
zig build -Dn=19 zig build -Dn=19
zig build -Dn=19 start
``` ```
You can also run without checking for correctness: You can also run without checking for correctness: