doipjs/docs/installation.md

22 lines
400 B
Markdown
Raw Normal View History

2020-11-06 10:35:28 -07:00
# Installation
Install using **yarn**:
```bash
yarn add doipjs
```
Install using **NPM**:
```bash
npm install --save doipjs
```
Install on website by including the following HTML snippet:
```html
2020-11-18 13:51:39 -07:00
<script src="https://cdn.jsdelivr.net/npm/keyoxide@0.5.0/dist/doip.min.js"></script>
2020-11-06 10:35:28 -07:00
```
Next step: [quick start (Node.js)](quickstart-nodejs.md) and [quick start (browser)](quickstart-browser.md)