mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 06:03:09 -05:00
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:
parent
741704cc6f
commit
65a4c21017
1 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue