Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
D0n9X1n committed Feb 17, 2018
1 parent 2950de7 commit a0acea0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -15,8 +15,15 @@ Yet another vim markdown preview plugin. Not suitable for Windows.
5. Code custom style hightlight(using [hightlight.js](https://highlightjs.org/))
6. **Now support flowcharts feature!** (based on [mermaid](https://github.com/knsv/mermaid), should read the doc first)

### Installing
### Dependency
You may install some libraries first:

```
(sudo) pip install future
(sudo) pip install commonmark
```

### Installing
**Recommand Bundle or Vundle**

#### Vundle
Expand Down

0 comments on commit a0acea0

Please sign in to comment.