File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,16 @@ zig fetch --save https://github.com/Raiden1411/zabi/archive/VERSION_NUMBER.tar.g
1919zig fetch --save git+https://github.com/Raiden1411/zabi.git#LATEST_COMMIT
2020```
2121
22+ To install zabi with the latest zig version you can install it like so
23+
24+ ``` bash
25+ zig fetch --save git+https://github.com/Raiden1411/zabi.git#zig_version_0.14.0
26+ ```
27+
28+ Zabi will only maintain the latest version available. So when 0.15.0 eventually releases it use that and 0.14.0 will no longer be supported and so on.
29+
30+ This should only be until zig reaches 1.0.
31+
2232Then in your ` build.zig ` file add the following to the ` exe ` section for the executable where you wish to have ` zabi ` available.
2333
2434``` zig
You can’t perform that action at this time.
0 commit comments