From 0475d868c4ea776663ce28bd9f2e5f7c1556b755 Mon Sep 17 00:00:00 2001 From: Techatrix <19954306+Techatrix@users.noreply.github.com> Date: Wed, 15 Mar 2023 00:21:14 +0000 Subject: [PATCH] update git clone command in README.md (#1065) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5838021..a84209a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The Zig Language Server (zls) is a tool that implements Microsoft's Language Ser Building `zls` is very easy. You will need [a build of Zig master](https://ziglang.org/download/) to build zls. ```bash -git clone --recurse-submodules https://github.com/zigtools/zls +git clone https://github.com/zigtools/zls cd zls zig build -Doptimize=ReleaseSafe ```