update git clone command in README.md (#1065)

This commit is contained in:
Techatrix 2023-03-15 00:21:14 +00:00 committed by GitHub
parent c2d15bfc9a
commit 0475d868c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```