zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit bb55889ce0989e120b85a38aec44865a20844ff0 (tree)
parent 130c7fd23b9f23aa5afad2eb1744ffab9e193715
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri, 26 Jun 2020 15:10:30 -0400

README: add link to troubleshooting build issues wiki page

See #5673

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -51,6 +51,8 @@ cmake .. make install ``` +Need help? [Troubleshooting Build Issues](https://github.com/ziglang/zig/wiki/Troubleshooting-Build-Issues) + ##### MacOS ```