summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3abe480..c2db6e2 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ The Unicode version supported by zg is `16.0.0`.
10 10
11## Zig Version 11## Zig Version
12 12
13The minimum Zig version required is `0.14`. 13The minimum Zig version required is `0.15.2`.
14 14
15 15
16## Integrating zg into your Zig Project 16## Integrating zg into your Zig Project
@@ -19,7 +19,7 @@ You first need to add zg as a dependency in your `build.zig.zon` file. In your
19Zig project's root directory, run: 19Zig project's root directory, run:
20 20
21```plain 21```plain
22zig fetch --save https://codeberg.org/atman/zg/archive/v0.14.1.tar.gz 22zig fetch --save https://codeberg.org/atman/zg/archive/v0.15.2.tar.gz
23``` 23```
24 24
25Then instantiate the dependency in your `build.zig`: 25Then instantiate the dependency in your `build.zig`: