Use git clone --recurse-submodules
This commit is contained in:
parent
636f35b081
commit
6eb597052a
@ -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