From 5841ec38d894679dc4718e476e6fef1b24b223dc Mon Sep 17 00:00:00 2001 From: Ankit Patial Date: Tue, 20 Jan 2026 18:08:42 +0530 Subject: [PATCH] Update README: clarify GitHub as mirror, prefer for dependencies --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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