Update build instructions
This commit is contained in:
parent
353c580090
commit
01ce8e295b
@ -32,10 +32,8 @@ Building `zls` is very easy. You will need [a build of Zig master](https://zigla
|
|||||||
```bash
|
```bash
|
||||||
git clone --recurse-submodules https://github.com/zigtools/zls
|
git clone --recurse-submodules https://github.com/zigtools/zls
|
||||||
cd zls
|
cd zls
|
||||||
zig build -Drelease-fast
|
zig build -Drelease-safe
|
||||||
|
zig build config # Configure ZLS
|
||||||
# To configure zls:
|
|
||||||
zig build config
|
|
||||||
```
|
```
|
||||||
|
|
||||||
*For detailed building instructions, see the Wiki page about [Cloning With Git](https://github.com/zigtools/zls/wiki/Downloading-and-Building-ZLS#cloning-with-git).*
|
*For detailed building instructions, see the Wiki page about [Cloning With Git](https://github.com/zigtools/zls/wiki/Downloading-and-Building-ZLS#cloning-with-git).*
|
||||||
|
Loading…
Reference in New Issue
Block a user