1
0
Fork 0

Merge pull request #62 from jtagcat/submodule

readme: Reccommend submodule as the installation method.
This commit is contained in:
南小北 2020-08-18 23:34:38 +08:00 committed by GitHub
commit ffd73e7768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
``` ```