Merge pull request #1607 from leifmetcalf/patch-1
Trivial: use git clone --recurse-submodules instead of --recursive
This commit is contained in:
commit
1af6f243f6
@ -22,10 +22,10 @@ tool stack](https://github.com/commercialhaskell/stack#readme).
|
|||||||
Yesod consists mostly of four repositories:
|
Yesod consists mostly of four repositories:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive http://github.com/yesodweb/shakespeare
|
git clone --recurse-submodules http://github.com/yesodweb/shakespeare
|
||||||
git clone --recursive http://github.com/yesodweb/persistent
|
git clone --recurse-submodules http://github.com/yesodweb/persistent
|
||||||
git clone --recursive http://github.com/yesodweb/wai
|
git clone --recurse-submodules http://github.com/yesodweb/wai
|
||||||
git clone --recursive http://github.com/yesodweb/yesod
|
git clone --recurse-submodules http://github.com/yesodweb/yesod
|
||||||
```
|
```
|
||||||
|
|
||||||
Each repository can be built with `stack build`.
|
Each repository can be built with `stack build`.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user