Update build instructions

This commit is contained in:
Luke I. Wilson 2020-11-22 14:17:48 -06:00 committed by GitHub
parent 353c580090
commit 01ce8e295b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,10 +32,8 @@ Building `zls` is very easy. You will need [a build of Zig master](https://zigla
```bash
git clone --recurse-submodules https://github.com/zigtools/zls
cd zls
zig build -Drelease-fast
# To configure zls:
zig build config
zig build -Drelease-safe
zig build config # Configure ZLS
```
*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).*