From a0b798ec419093ca62d4f36155086b81fabb596b Mon Sep 17 00:00:00 2001 From: jtagcat Date: Wed, 12 Aug 2020 17:30:30 +0300 Subject: [PATCH] readme: Reccommend submodule as the installation method. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e4fea32..30d996a 100755 --- a/README.md +++ b/README.md @@ -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 ```