Skip to content

Commit 781bee9

Browse files
committed
The latest git-clone docs mention --recurse-submodules
1 parent f6e2d28 commit 781bee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You will need:
1111
Run `zola serve` in order to serve the website and automatically render it when files change.
1212

1313
```
14-
$ git clone [email protected]:haskell/blog.haskell.org.git --recursive
14+
$ git clone [email protected]:haskell/blog.haskell.org.git --recurse-submodules
1515
$ cd blog.haskell.org
1616
$ zola serve
1717
```

0 commit comments

Comments
 (0)