From beb76fd088b411eb70f2603813bf7bfd4af4f982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=93=E5=96=B5=E9=85=B1?= Date: Sat, 20 Jun 2020 23:41:05 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a67370..c340545 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ```bash $ npm install hexo-renderer-scss --save +$ npm install hexo-reading-time --save $ git clone https://github.com/iotcat/kayo themes/kayo $ cp themes/kayo/_config.yml.example themes/kayo/_config.yml ``` @@ -14,12 +15,12 @@ Modify `yoursite/_config.yml`: # Extensions ## Plugins: http://hexo.io/plugins/ ## Themes: http://hexo.io/themes/ -theme: even +theme: kayo ``` ## Update You can update to latest master branch by the following command: ```bash -$ cd themes/even +$ cd themes/kayo $ git pull ```