Commit 6eb5970 1 parent 636f35b commit 6eb5970 Copy full SHA for 6eb5970
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ tool stack](https://github.com/commercialhaskell/stack#readme).
22
22
Yesod consists mostly of four repositories:
23
23
24
24
``` 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
29
29
```
30
30
31
31
Each repository can be built with ` stack build ` .
You can’t perform that action at this time.
0 commit comments