Skip to content

Commit 9efc8d3

Browse files
Update README
1 parent f666ef3 commit 9efc8d3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,19 @@
1818

1919
## Build
2020

21+
See `zig build -h` for build options.
22+
2123
```
2224
zig build
2325
```
2426

25-
## Usage
27+
## Testing
28+
29+
```
30+
zig build test --summary all
31+
```
32+
33+
## Example usage
2634

2735
```zig
2836
const std = @import("std");

0 commit comments

Comments
 (0)