From 2628bdb0aa7cd7efbf1abcd35359c27455f5459f Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sat, 30 Nov 2024 12:14:16 +0300 Subject: [PATCH] Remove 'zig nightly version' requirement from README (fix of commit d6d25a8fe) Issue #602 (bdwgc). * README.md (Zig): Remove the requirement of zig nightly version; refine the information how to download Zig. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a393fec99..092b1ca94 100644 --- a/README.md +++ b/README.md @@ -240,8 +240,8 @@ excellent cross-compilation functionality, it is configurable like this: zig build -Dtarget=riscv64-linux-musl ``` -Currently, a nightly version of zig 0.12 is required, which can be downloaded -from https://ziglang.org/download/ +The appropriate Zig binary package file could be downloaded from the official +[Zig releases](https://ziglang.org/download/) page. ### MS nmake