From 3aefd4952671d48b03ce3aca28878e32ed3d78cf Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 10 Oct 2020 20:01:05 +0530 Subject: [PATCH] install guide update --- content/posts/papermod/papermod-installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/posts/papermod/papermod-installation.md b/content/posts/papermod/papermod-installation.md index 44425797..a558ad3a 100644 --- a/content/posts/papermod/papermod-installation.md +++ b/content/posts/papermod/papermod-installation.md @@ -33,6 +33,7 @@ Inside the folder of your Hugo site, run: > > ```console > git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/hugo-PaperMod +> git submodule update --init --recursive > ``` > > Updating theme with submodule : > > ```console @@ -135,6 +136,7 @@ cover: image: '' alt: '' caption: '' + relative: false comments: false --- ```