mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-22 21:49:48 +00:00
Add install instructions
This commit is contained in:
parent
42bf4814b2
commit
088c361489
12
README.md
12
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user