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