From 8fbbe962d9c76ea72a75ffd259dfe36822d5c9e1 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 19 Mar 2022 16:09:33 +0530 Subject: [PATCH] Fix: Command line error in wiki regarding installation as a submodule #841 --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 2fd5b40..7d53264 100644 --- a/Installation.md +++ b/Installation.md @@ -51,7 +51,7 @@ git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth you can use as [submodule](https://www.atlassian.com/git/tutorials/git-submodule) with ```bash -git submodule add https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod --depth=1 +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) ```