Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
deot committed Apr 9, 2020
1 parent 0f8b5e2 commit 1b43d12
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@

- [Demo & Documents](https://wya-team.github.io/wya-doc/site/index.html)

### 安装

- 全局

```
# 避免权限问题,这样安装
sudo npm install -g --unsafe-perm --verbose @wya/doc
```

- 跟随项目

```
npm install @wya/doc -D
```

### TODO

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wya/doc",
"version": "1.0.6",
"version": "1.1.0",
"description": "wya-doc for js",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 1b43d12

Please sign in to comment.