diff options
| author | Chris Boesch <[email protected]> | 2023-08-27 18:55:54 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-27 18:55:54 +0200 |
| commit | 65a4c210174e3b59f216c9b3044ce8858c9cd178 (patch) | |
| tree | 211514318c668135acbf167cc3652a6ab3834b01 | |
| parent | 741704cc6f7ad8f4c78460154b4ced3c64e0ddd0 (diff) | |
| download | ziglings-65a4c210174e3b59f216c9b3044ce8858c9cd178.tar.xz ziglings-65a4c210174e3b59f216c9b3044ce8858c9cd178.zip | |
Update README.md
Advanced usage line 'zig build -Dn=x start' deleted, because of https://github.com/ratfactor/ziglings/issues/355
| -rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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: |
