From 088c361489524870c8947b45a61bd1f1bd212e7f Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 20 Sep 2021 14:29:00 -0400 Subject: [PATCH] Add install instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 994035a4..81874b20 100644 --- a/README.md +++ b/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