freetype: add running examples instruction

This commit is contained in:
Ali Chraghi 2022-05-25 20:11:11 +04:30 committed by Stephen Gutekanst
parent ca0db5a701
commit 017b469e2f

View file

@ -68,7 +68,11 @@ const freetype = @import("freetype");
## Examples
See the `examples/` directory.
See the `examples/` directory. for running each example do:
```sh
zig build run-example-<name> # e.g run-example-single_glyph
```
## Join the community