Change zig init-exe to zig init in README (#111)
Fix zig init reference in README
This commit is contained in:
parent
1dab3352b3
commit
140dff9a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue