Update README: clarify GitHub as mirror, prefer for dependencies

This commit is contained in:
2026-01-20 18:08:42 +05:30
parent e2a1271425
commit 5841ec38d8

View File

@@ -18,9 +18,12 @@ A Pug template engine for Zig.
Add pugz as a dependency in your `build.zig.zon`:
```bash
zig fetch --save "git+https://code.patial.tech/zig/pugz#main"
zig fetch --save "git+https://github.com/ankitpatial/pugz#main"
```
> **Note:** The primary repository is hosted at `code.patial.tech`. GitHub is a mirror. For dependencies, prefer the GitHub mirror for better availability.
Then in your `build.zig`, add the `pugz` module as a dependency:
```zig