From c4651b16b01e44f18696dff59b94b8aac951a18c Mon Sep 17 00:00:00 2001 From: sloorush Date: Thu, 26 May 2022 12:57:06 +0530 Subject: [PATCH] docs/installation: Remove unused clone with submodule command --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 614052b097..cc58e967ec 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -110,7 +110,7 @@ In addition make sure `haskell-language-server.exe` is not running by closing yo ### Download the source code ```bash -git clone https://github.com/haskell/haskell-language-server --recurse-submodules +git clone https://github.com/haskell/haskell-language-server cd haskell-language-server ```