Skip to content

Commit 9eb8ade

Browse files
committed
docs: add example to install from latest zig stable
1 parent 46c0630 commit 9eb8ade

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/pages/integration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ zig fetch --save https://github.com/Raiden1411/zabi/archive/VERSION_NUMBER.tar.g
1919
zig 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+
2232
Then 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

0 commit comments

Comments
 (0)