mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Fix: Command line error in wiki regarding installation as a submodule #841
parent
63122f24ea
commit
8fbbe962d9
@ -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)
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user