Update readme: mention the requirement of Zig master

This commit is contained in:
Luke I. Wilson 2020-06-09 11:58:30 -05:00 committed by GitHub
parent c2f8537d7b
commit 929a7e48aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ Zig Language Server, or `zls`, is a language server for Zig. The Zig wiki states
## Installation
Installing `zls` is pretty simple;
Installing `zls` is pretty simple. You will need [a build of Zig master](https://ziglang.org/download/) (or >0.6) to build ZLS.
```bash
git clone --recurse-submodules https://github.com/zigtools/zls