Skip to content

Commit

Permalink
Add installation guide to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Jun 4, 2017
1 parent 1076d67 commit 3a0e665
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,25 @@ end
</table>


## Installation

### CDN

```
https://unpkg.com/mermaid@<version>/dist/
```

Replace `<version>` with expected version number.

Example: https://unpkg.com/mermaid@7.0.3/dist/

### Node.js

```
yarn add mermaid
```


## Further reading

* [Usage](http://knsv.github.io/mermaid/#usage)
Expand Down

0 comments on commit 3a0e665

Please sign in to comment.