From 5af09f0fd5d8d50bc9ea78e97088be4d4d1259c6 Mon Sep 17 00:00:00 2001 From: Phallacy Date: Thu, 21 Feb 2019 01:59:47 -0800 Subject: [PATCH] Updated readme with example plugin link, minor gitignore update --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b8a7c96..d4a2871 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ dotnet-template/bin/ dotnet-template/obj/ +example-plugin/bin/ +example-plugin/obj/ diff --git a/README.md b/README.md index 819575a..bfc9d3c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Awesome! This guide is for you. Jellyfin plugins are written using the dotnet st ## 0.5. Quickstarts We have a number of quickstart options available to speed you along the way -- [Download the Example Plugin] - coming soon - from this repository and open it in your IDE and go to step 3 +- [Download the Example Plugin Project](https://github.com/LogicalPhallacy/jellyfin-plugin-example/tree/master/example-plugin) from this repository, open it in your IDE and go to step 3 - Install our dotnet template off of [Nuget] - coming soon - and run this command then skip to step 4 dotnet new Jellyfin-plugin -name MyPlugin