Skip to content

Commit

Permalink
update usage guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizify committed Jun 20, 2016
1 parent 5f866d4 commit 5a89f23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ A lightweight, extendable front-end developer tool for mobile web page.

## Usage

Download the [latest release](https://github.com/WechatFE/vConsole/releases/latest) or install via npm:
Download the [latest release](https://github.com/WechatFE/vConsole/releases/latest). (DO NOT copy `dist/vconsole.min.js` in the dev branch)

Or, install via npm:

```
npm install vconsole
Expand Down
4 changes: 3 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ vConsole

## 上手

下载 vConsole 的[最新版本](https://github.com/WechatFE/vConsole/releases/latest),或者使用 npm 安装:
下载 vConsole 的[最新版本](https://github.com/WechatFE/vConsole/releases/latest)。(不要直接下载 dev 分支下的 `dist/vconsole.min.js`

或者使用 npm 安装:

```
npm install vconsole
Expand Down

0 comments on commit 5a89f23

Please sign in to comment.