docs: update documents

This commit is contained in:
XPoet 2022-11-03 21:12:06 +08:00
parent 57e91e3b40
commit a6b00432f5
3 changed files with 4 additions and 4 deletions

View File

@ -67,10 +67,10 @@ Install the latest version throuth npm:
```sh ```sh
# recommend # recommend
$ cd hexo-site $ cd hexo-site
$ npm update hexo-theme-keep $ npm install hexo-theme-keep@latest
``` ```
Or update to latest master branch: Or update to the latest master branch:
```sh ```sh
$ cd themes/keep $ cd themes/keep

View File

@ -66,7 +66,7 @@ theme: keep
```sh ```sh
# 推荐 # 推荐
$ cd hexo-site $ cd hexo-site
$ npm update hexo-theme-keep $ npm install hexo-theme-keep@latest
``` ```
或者通过 git 更新到最新的 master 分支: 或者通过 git 更新到最新的 master 分支:

View File

@ -67,7 +67,7 @@ theme: keep
```sh ```sh
# 推薦 # 推薦
$ cd hexo-site $ cd hexo-site
$ npm update hexo-theme-keep $ npm install hexo-theme-keep@latest
``` ```
或者透過 git 更新到最新的 master 分支: 或者透過 git 更新到最新的 master 分支: