diff --git a/README.md b/README.md index b9edc8a..1793da7 100644 --- a/README.md +++ b/README.md @@ -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 ```