Skip to content

Commit a420664

Browse files
committed
Add information about Zig and Chilli version matching
1 parent c96ec12 commit a420664

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,20 @@ Run the following command in the root directory of your project to download Chil
5252
zig 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).
5757
This 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

6171
Next, modify your `build.zig` file to make Chilli available to your build target as a module.

0 commit comments

Comments
 (0)