Change zig init-exe to zig init in README (#111)

Fix zig init reference in README
This commit is contained in:
Arran Ireland 2024-06-26 11:47:29 +01:00 committed by GitHub
parent 1dab3352b3
commit 140dff9a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ To build all available examples simply `zig build examples`. To list available e
* You can copy that folder anywhere you want and edit the source * You can copy that folder anywhere you want and edit the source
* Run `zig build run` at any time to test your project * Run `zig build run` at any time to test your project
### In an existing project (e.g. created with `zig init-exe`) ### In an existing project (e.g. created with `zig init`)
Create a `build.zig.zon` and add raylib-zig as a dependency like so: Create a `build.zig.zon` and add raylib-zig as a dependency like so: