Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 8d4d617

Browse files
authored
Merge pull request #1048 from leifmetcalf/recurse-submodules
Change --recursive to --recurse-submodules
2 parents 1f4f1f2 + 344b3b2 commit 8d4d617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ In order to avoid problems with long paths on Windows you can do the following:
160160
#### Download the source code
161161

162162
```bash
163-
git clone https://github.com/haskell/haskell-ide-engine --recursive
163+
git clone https://github.com/haskell/haskell-ide-engine --recurse-submodules
164164
cd haskell-ide-engine
165165
```
166166

0 commit comments

Comments
 (0)