aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-08-27 18:55:54 +0200
committerGitHub <[email protected]>2023-08-27 18:55:54 +0200
commit65a4c210174e3b59f216c9b3044ce8858c9cd178 (patch)
tree211514318c668135acbf167cc3652a6ab3834b01
parent741704cc6f7ad8f4c78460154b4ced3c64e0ddd0 (diff)
downloadziglings-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.md4
1 files changed, 1 insertions, 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: