From 24c5b4fdc332b24dccfdde272e013a289e10dce6 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sun, 23 Apr 2023 07:56:07 +0200 Subject: [PATCH] README: ref zig issue 15419 workaround --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c98cdf..a840ac7 100644 --- a/README.md +++ b/README.md @@ -151,8 +151,10 @@ examples to see how to use zap. ### Please note: latest zig master -Latest zig-master has problems handling the recent GitHub -redirects to `codeload.github.com`. My work-around for this is as follows: +Latest zig-master has problems handling the recent GitHub redirects to +`codeload.github.com`. Check if this issue still persists +[here](https://github.com/ziglang/zig/issues/15419). My work-around for this is +as follows: Change your `build.zig.zon` zap dependency to localhost: @@ -181,8 +183,7 @@ $ python -m http.server ``` This hosts the downloaded dependencies locally on port 8000. After the first -`zig build`, you can stop the python http server with -CTRL+C. +`zig build`, you can stop the python http server with CTRL+C. ## Updating your project to the latest version of zap