From 1b6c1399bb0dc2db45181dbe2a282d60994ef2ad Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Fri, 13 Sep 2019 21:55:00 +0800 Subject: [PATCH] Refine README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb0534b..caf3081 100755 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ 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 +git clone https://github.com/nanxiaobei/hugo-paper themes/paper ``` -Open `config.toml`, change `theme` to: +Then change in `config.toml`: ```toml theme = "paper"