Add install instructions

This commit is contained in:
Bill Thornton 2021-09-20 14:29:00 -04:00
parent 42bf4814b2
commit 088c361489

View File

@ -12,6 +12,18 @@ A TypeScript SDK for Jellyfin.
> Warning: This project is under active development and is not ready for production use. API changes _will_ occur.
## Install
```sh
npm i --save @thornbill/jellyfin-sdk
```
or
```sh
yarn add @thornbill/jellyfin-sdk
```
## Usage
```js