forked from Mirrors/doipjs
21 lines
398 B
Markdown
21 lines
398 B
Markdown
# 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
|
|
<script src="https://cdn.jsdelivr.net/npm/doipjs@0.7.1/dist/doip.min.js"></script>
|
|
```
|
|
|
|
Next step: [quick start (Node.js)](quickstart-nodejs.md) and [quick start (browser)](quickstart-browser.md)
|