Update readme

This commit is contained in:
Gabriel Augendre 2023-05-31 09:51:34 +02:00
parent 0a9ac34e23
commit 04724f7392

View file

@ -1,10 +1,11 @@
# hugo-blog
# blog
This is the repository for my blog, managed by hugo.
This repo uses submodules:
```shell
git clone git@github.com:Crocmagnon/hugo-blog.git
git clone git@github.com:Crocmagnon/blog.git
cd blog
git submodule update --init --recursive
```