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