docs(readme): follow last update about submodules
This commit is contained in:
parent
5b2683b3a4
commit
65dce1b060
10
readme.md
10
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user