1
0
Fork 0

readme: Reccommend submodule as the installation method.

This commit is contained in:
jtagcat 2020-08-12 17:30:30 +03:00
parent 4330c8b12a
commit a0b798ec41

View file

@ -28,6 +28,12 @@ Hugo themes: https://themes.gohugo.io/hugo-paper/
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
git clone https://github.com/nanxiaobei/hugo-paper themes/paper
```