mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
21 lines
399 B
Markdown
21 lines
399 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.12.0/dist/doip.min.js"></script>
|
|
```
|
|
|
|
Next step: [quick start (Node.js)](quickstart-nodejs.md) and [quick start (browser)](quickstart-browser.md)
|