Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,12 @@ the file extension.
To build an example, use the following:

```
$ zig build -Dexample-name=_basic.zig
$ zig build -Demit-example=true
...
$ zig-out/bin/example-basic
$ zig-out/bin/example-name
...
```

The `-Dexample-name` value should be the filename including the extension.

### Code Comments

The Zig code is well commented. If you're comfortable reading code comments
Expand Down
File renamed without changes.