Clarify why we use zig master branch.

This commit is contained in:
Alexandros Naskos 2020-05-24 17:34:27 +03:00 committed by GitHub
parent 66fdbc0b7c
commit fbcf2abfd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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