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

Commit 344b3b2

Browse files
committed
Change --recursive to --recurse-submodules
1 parent 2d144e9 commit 344b3b2

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)