diff --git a/README.md b/README.md index d9c2c28..f721066 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,10 @@ Or update to latest master branch: ```sh $ cd themes/keep +$ git add . +$ git stash $ git pull +$ git stash pop ``` ## :art: Contributing diff --git a/README_zh-CN.md b/README_zh-CN.md index 8d86eca..b367afa 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -70,7 +70,10 @@ $ npm update hexo-theme-keep ```sh $ cd themes/keep +$ git add . +$ git stash $ git pull +$ git stash pop ``` ## :art: 贡献