From 65dce1b060d25be188f2f3fb6cbc9f3dc0af64f0 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Sat, 15 Feb 2025 19:18:12 +0100 Subject: [PATCH] docs(readme): follow last update about submodules --- readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index b333299..c853061 100644 --- a/readme.md +++ b/readme.md @@ -15,10 +15,12 @@ is done using `rsync` over `ssh`. # Install -To install a local copy to work on this blog, you also need the theme for it, -available [there](https://git.epheme.re/fmouhart/pelican-clean-blog). It is -embedded in the repository as a git submodule, so you can simply run git clone -with the `--recurse-submodule` option: +To install a local copy to work on this blog, you also need other components, +such as the [theme](https://git.epheme.re/fmouhart/pelican-clean-blog) and +[some](https://git.epheme.re/fmouhart/pelican-autopages) +[plugins](https://git.epheme.re/fmouhart/pelican-clean-blog). Those are embedded +in the repository as a git submodule. You can thus simply run git clone with the +`--recurse-submodule` option: ```sh git clone --recurse-submodule https://git.epheme.re/fmouhart/blog.git fmouhart-blog