Merge pull request #63 from iansimonson/readme_update_submodules

Update README to specify --recurse-submodules
This commit is contained in:
Auguste Rame 2020-05-19 20:56:32 -04:00 committed by GitHub
commit cffe4af27e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ Zig Language Server, or `zls`, is a language server for Zig. The Zig wiki states
Installing `zls` is pretty simple;
```bash
git clone https://github.com/zigtools/zls
git clone --recurse-submodules https://github.com/zigtools/zls
cd zls
zig build
```