Skip to content

Commit

Permalink
docs: improve install (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodezen authored and ulivz committed Dec 27, 2018
1 parent b0a895f commit 6554104
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
.temp
node_modules/
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ para(path2, top)->op1

## Install

::: warning Note
This plugin requires VuePress >= 1.0.0, for now you can try it via `yarn add vuepress@next -D`
:::

```bash
yarn add vuepress-plugin-flowchart -D
```

> Note that this plugin requires VuePress >= 1.0.0, for now you can try it via `yarn install vuepress@next -D`
## Usage

```js
Expand Down

0 comments on commit 6554104

Please sign in to comment.