From 344b3b292719cae2d4d8ae60ffa2c571df8cfbdb Mon Sep 17 00:00:00 2001 From: Leif Metcalf Date: Sun, 13 Jan 2019 20:43:29 +1300 Subject: [PATCH] Change --recursive to --recurse-submodules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10fd44621..6d19c8014 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ In order to avoid problems with long paths on Windows you can do the following: #### Download the source code ```bash -git clone https://github.com/haskell/haskell-ide-engine --recursive +git clone https://github.com/haskell/haskell-ide-engine --recurse-submodules cd haskell-ide-engine ```