From 14aba63a8be6f331e99367b066a664eda88d47ce Mon Sep 17 00:00:00 2001 From: peps Date: Sat, 22 Feb 2025 16:59:17 +0100 Subject: [PATCH] README.md updated on how to clone the repository and git init the submodules --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 79efafd..ca5eb86 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ # My Hugo blog +## Clonning the repository + +```sh +git clone https://git.sudodnf.com/peps/blog.git +git submodule update --init --recursive +``` + + ## How I installed the PaperMod theme ```sh git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically) ``` + To update it: ```sh