Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Advanced usage line 'zig build -Dn=x start' deleted, because of ratfactor#355
  • Loading branch information
Chris Boesch authored Aug 27, 2023
1 parent 741704c commit 65a4c21
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 65a4c21

Please sign in to comment.