File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,10 +52,20 @@ Run the following command in the root directory of your project to download Chil
5252zig fetch --save=chilli " https://github.com/CogitatorTech/chilli/archive/<branch_or_tag>.tar.gz"
5353```
5454
55- Replace ` <branch_or_tag> ` with the desired branch or tag, like ` main ` (for the development version) or ` v0.2.3 `
55+ Replace ` <branch_or_tag> ` with the desired branch or tag, like ` main ` (for the development version) or ` v0.3.0 `
5656(for the specified release version).
5757This command will download Chilli and add it to Zig's global cache and update your project's ` build.zig.zon ` file.
5858
59+ Zig version supported by the main releases of Chilli:
60+
61+ | Zig | Chilli Tags |
62+ | ----------| -------------|
63+ | ` 0.16.0 ` | ` v0.3.x ` |
64+ | ` 0.15.x ` | ` v0.2.x ` |
65+ | ` 0.14.1 ` | ` v0.1.0 ` |
66+
67+ The ` main ` branch normally tracks the latest (non-developmental) Zig release.
68+
5969#### Adding to Build Script
6070
6171Next, modify your ` build.zig ` file to make Chilli available to your build target as a module.
You can’t perform that action at this time.
0 commit comments