Skip to content

Commit

Permalink
The latest git-clone docs mention --recurse-submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Jan 8, 2025
1 parent f6e2d28 commit 781bee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:haskell/blog.haskell.org.git --recursive
$ git clone [email protected]:haskell/blog.haskell.org.git --recurse-submodules
$ cd blog.haskell.org
$ zola serve
```
Expand Down

0 comments on commit 781bee9

Please sign in to comment.