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