From 01ce8e295b9bd1af565911181516895aff4bff2c Mon Sep 17 00:00:00 2001 From: "Luke I. Wilson" Date: Sun, 22 Nov 2020 14:17:48 -0600 Subject: [PATCH] Update build instructions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9bf9af5..40f21a0 100644 --- a/README.md +++ b/README.md @@ -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).*