Skip to content

Commit

Permalink
fix: add note on initializing git submodules in README.md. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxCWhitehead committed Aug 6, 2024
1 parent cb70804 commit fdb17ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Developed with [Zola].

## Development


On initial setup, need to checkout submodules:
```bash
git submodule update --init
```

```bash
zola serve
```
Expand Down

0 comments on commit fdb17ed

Please sign in to comment.