Update README to specify --recurse-submodules
ZLS now uses known-folders via submodules and no longer builds unless that submodule is initialized.
This commit is contained in:
parent
75f1aa5780
commit
6a6b379675
@ -20,7 +20,7 @@ Zig Language Server, or `zls`, is a language server for Zig. The Zig wiki states
|
|||||||
Installing `zls` is pretty simple;
|
Installing `zls` is pretty simple;
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/zigtools/zls
|
git clone --recurse-submodules https://github.com/zigtools/zls
|
||||||
cd zls
|
cd zls
|
||||||
zig build
|
zig build
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user