Updated readme with example plugin link, minor gitignore update

This commit is contained in:
Phallacy 2019-02-21 01:59:47 -08:00
parent ea89b92414
commit 5af09f0fd5
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
dotnet-template/bin/
dotnet-template/obj/
example-plugin/bin/
example-plugin/obj/

View File

@ -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