Second attempt at explaining the minimum build (#14)

This commit is contained in:
Dave Gauer 2021-02-15 20:04:18 -05:00
parent 09fd739efa
commit 8e2806ea11
2 changed files with 18 additions and 12 deletions

View file

@ -273,9 +273,11 @@ pub fn build(b: *Builder) void {
stderrPrintFn(
\\ERROR: Sorry, it looks like your version of zig is too old. :-(
\\
\\The README lists the minimum version and build number.
\\Ziglings requires a development ("master") build
\\
\\Please download a master build from
\\ 0.8.0-dev.1065
\\
\\or higher. Please download a development build from
\\https://ziglang.org/download/
\\
, .{});