From 6eb597052ade647cba7b648698671cf9ebc10d83 Mon Sep 17 00:00:00 2001 From: Leif Metcalf Date: Sat, 6 Jul 2019 14:00:11 +1200 Subject: [PATCH] Use git clone --recurse-submodules --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb077f72..92aa8ca7 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ tool stack](https://github.com/commercialhaskell/stack#readme). Yesod consists mostly of four repositories: ```bash -git clone --recursive http://github.com/yesodweb/shakespeare -git clone --recursive http://github.com/yesodweb/persistent -git clone --recursive http://github.com/yesodweb/wai -git clone --recursive http://github.com/yesodweb/yesod +git clone --recurse-submodules http://github.com/yesodweb/shakespeare +git clone --recurse-submodules http://github.com/yesodweb/persistent +git clone --recurse-submodules http://github.com/yesodweb/wai +git clone --recurse-submodules http://github.com/yesodweb/yesod ``` Each repository can be built with `stack build`.