Skip to content

Commit 6eb5970

Browse files
authored
Use git clone --recurse-submodules
1 parent 636f35b commit 6eb5970

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ tool stack](https://github.com/commercialhaskell/stack#readme).
2222
Yesod consists mostly of four repositories:
2323

2424
```bash
25-
git clone --recursive http://github.com/yesodweb/shakespeare
26-
git clone --recursive http://github.com/yesodweb/persistent
27-
git clone --recursive http://github.com/yesodweb/wai
28-
git clone --recursive http://github.com/yesodweb/yesod
25+
git clone --recurse-submodules http://github.com/yesodweb/shakespeare
26+
git clone --recurse-submodules http://github.com/yesodweb/persistent
27+
git clone --recurse-submodules http://github.com/yesodweb/wai
28+
git clone --recurse-submodules http://github.com/yesodweb/yesod
2929
```
3030

3131
Each repository can be built with `stack build`.

0 commit comments

Comments
 (0)