Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Vincen committed Apr 7, 2021
1 parent b8eb6a9 commit 93c09ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ hexo init blog
### Init
```shell
cd blog
rm -rf _config.yml package.json scaffolds source themes yarn.lock #just keep node_modules
rm -rf scaffolds source themes _config.landscape.yml _config.yml package.json yarn.lock #just keep node_modules
git clone https://github.com/V-Vincen/hexo-theme-livemylife.git
mv hexo-theme-livemylife/* ./
rm -rf hexo-theme-livemylife
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ hexo init blog
### 初始化
```shell
cd blog
rm -rf _config.yml package.json scaffolds source themes yarn.lock #just keep node_modules
rm -rf scaffolds source themes _config.landscape.yml _config.yml package.json yarn.lock #just keep node_modules
git clone https://github.com/V-Vincen/hexo-theme-livemylife.git
mv hexo-theme-livemylife/* ./
rm -rf hexo-theme-livemylife
Expand Down

0 comments on commit 93c09ae

Please sign in to comment.