diff --git a/README.md b/README.md index 3cdfc2b..99e9454 100644 --- a/README.md +++ b/README.md @@ -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