From fbcf2abfd2a2217c4e29cfaf71a38ac13351bfca Mon Sep 17 00:00:00 2001 From: Alexandros Naskos Date: Sun, 24 May 2020 17:34:27 +0300 Subject: [PATCH] Clarify why we use zig master branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 432a1b5..594cb65 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ zig build Then, you can use the `zls` executable in an editor of your choice that has a Zig language server client! -*Note:`zls` itself must be built using the master branch of zig currently due to a bug in `std.json` which was [fixed](https://github.com/ziglang/zig/pull/5167) after 0.6.0 was released.* +*Note:`zls` itself must be built using the master branch of zig currently due to a bug in `std.json` which was [fixed](https://github.com/ziglang/zig/pull/5167) after 0.6.0 was released, as well as various parser changes that have happened since.* ### Configuration Options