diff --git a/freetype/README.md b/freetype/README.md index 64454334..eda236d1 100644 --- a/freetype/README.md +++ b/freetype/README.md @@ -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- # e.g run-example-single_glyph +``` ## Join the community