From 6a6b379675c1ba1f08ef0890ffe0c4ed15a18e52 Mon Sep 17 00:00:00 2001 From: Ian Simonson Date: Wed, 20 May 2020 10:44:37 +1000 Subject: [PATCH] Update README to specify --recurse-submodules ZLS now uses known-folders via submodules and no longer builds unless that submodule is initialized. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb55a32..a1b3bc3 100644 --- a/README.md +++ b/README.md @@ -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 ```