From 654266158f82e61faea5f551aa0d19215309c34d Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Fri, 10 Jan 2025 15:27:15 -0800 Subject: [PATCH] Update BUILD.md remove typo --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index ded347dce3..44040e8639 100644 --- a/BUILD.md +++ b/BUILD.md @@ -50,7 +50,7 @@ For packaging, the following additional packages are required: #### Windows -You will need the Zig [Zig](https://ziglang.org/) compiler for statically linking CGO. +You will need the [Zig](https://ziglang.org/) compiler for statically linking CGO. You can find installation instructions for Zig on Windows [here](https://ziglang.org/learn/getting-started/#managers).