From a6b00432f5e517bcdd7977df87dd9d21e3b8502a Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 3 Nov 2022 21:12:06 +0800 Subject: [PATCH] docs: update documents --- README.md | 4 ++-- docs/README_zh-CN.md | 2 +- docs/README_zh-TW.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 687ab69..1b768c7 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ Install the latest version throuth npm: ```sh # recommend $ 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 $ cd themes/keep diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md index 1becfd0..94b780b 100644 --- a/docs/README_zh-CN.md +++ b/docs/README_zh-CN.md @@ -66,7 +66,7 @@ theme: keep ```sh # 推荐 $ cd hexo-site -$ npm update hexo-theme-keep +$ npm install hexo-theme-keep@latest ``` 或者通过 git 更新到最新的 master 分支: diff --git a/docs/README_zh-TW.md b/docs/README_zh-TW.md index df56a29..e58bc36 100644 --- a/docs/README_zh-TW.md +++ b/docs/README_zh-TW.md @@ -67,7 +67,7 @@ theme: keep ```sh # 推薦 $ cd hexo-site -$ npm update hexo-theme-keep +$ npm install hexo-theme-keep@latest ``` 或者透過 git 更新到最新的 master 分支: