From 781bee960c6bdb3872de35ffc48afffb88f09e02 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Wed, 8 Jan 2025 12:10:05 -0500 Subject: [PATCH] The latest git-clone docs mention --recurse-submodules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f709a83..6b0b716 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You will need: Run `zola serve` in order to serve the website and automatically render it when files change. ``` -$ git clone git@github.com:haskell/blog.haskell.org.git --recursive +$ git clone git@github.com:haskell/blog.haskell.org.git --recurse-submodules $ cd blog.haskell.org $ zola serve ```