Skip to content

Commit

Permalink
update readme. (#56)
Browse files Browse the repository at this point in the history
* update readme.

* docs: update install method
  • Loading branch information
slanterns authored and D0n9X1n committed Oct 4, 2018
1 parent 0bb9ac5 commit 15fe20c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
See [https://mhexo.github.io/example-site/2016/10/26/HexoBlogEncrpyt/](https://mhexo.github.io/example-site/2016/10/26/HexoBlogEncrpyt/), **all passwords are *mikemessi***.

# Install
+ Add '"hexo-blog-encrypt": "2.0.\*"' to your hexo *package.json*.
+ Then use *npm install*.
+ This plugin will install automatic.
+ `npm install --save hexo-blog-encrypt`

+ or `yarn add hexo-blog-encrypt` (require [Yarn](https://yarnpkg.com/en/))

# Quick Start
+ First you should enable the plugin in your `_config.yml` like below:
Expand Down
6 changes: 3 additions & 3 deletions ReadMe.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ hexo-blog-encrypt
所有的密码都是 "mikemessi"

# 安装
+ 在 hexo 根目录的 *package.json* 中添加 '"hexo-blog-encrypt": "1.1.\*"' 依赖。
+ 然后执行 *npm install* 命令。
+ 该插件会自动安装
+ `npm install --save hexo-blog-encrypt`

+ 或者 `yarn add hexo-blog-encrypt` (需要安装 [Yarn](https://yarnpkg.com/en/))


# 快速开始
Expand Down

0 comments on commit 15fe20c

Please sign in to comment.