From 8b30c75fbe43e849b6ac1faaeccbb4e5fd6b6264 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 18 May 2023 17:36:46 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 387c367..b9edc8a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the repository for my blog, managed by hugo. This repo uses submodules: ```shell -git clone ... +git clone git@github.com:Crocmagnon/hugo-blog.git git submodule update --init --recursive ```