README: update example command

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-05-09 19:31:45 -07:00
parent 6336a882f6
commit edf34cf00d

View file

@ -19,7 +19,7 @@ Written in [Zig](https://ziglang.org/), Mach is for creating games, graphical ap
```sh ```sh
git clone --recursive https://github.com/hexops/mach-examples git clone --recursive https://github.com/hexops/mach-examples
cd mach-examples/ cd mach-examples/
zig build run-boids zig build run-core-boids
``` ```
Cross-platform graphics, a unified shader language & compute shaders. Cross-platform graphics, a unified shader language & compute shaders.