diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -19,7 +19,7 @@ You first need to add zg as a dependency in your `build.zig.zon` file. In your | |||
| 19 | Zig project's root directory, run: | 19 | Zig project's root directory, run: |
| 20 | 20 | ||
| 21 | ```plain | 21 | ```plain |
| 22 | zig fetch --save https://codeberg.org/atman/zg/archive/v0.15.2.tar.gz | 22 | zig fetch --save https://codeberg.org/atman/zg/archive/v0.15.3.tar.gz |
| 23 | ``` | 23 | ``` |
| 24 | 24 | ||
| 25 | Then instantiate the dependency in your `build.zig`: | 25 | Then instantiate the dependency in your `build.zig`: |