readme: Reccommend submodule as the installation method.
This commit is contained in:
parent
4330c8b12a
commit
a0b798ec41
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@ Hugo themes: https://themes.gohugo.io/hugo-paper/
|
||||||
|
|
||||||
Inside the folder of your Hugo site, run:
|
Inside the folder of your Hugo site, run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git submodule add https://github.com/nanxiaobei/hugo-paper themes/paper
|
||||||
|
```
|
||||||
|
|
||||||
|
Using submodules makes it easier to update paper, but if you prefer, run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/nanxiaobei/hugo-paper themes/paper
|
git clone https://github.com/nanxiaobei/hugo-paper themes/paper
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue