Updated readme with example plugin link, minor gitignore update
This commit is contained in:
parent
ea89b92414
commit
5af09f0fd5
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
dotnet-template/bin/
|
||||
dotnet-template/obj/
|
||||
example-plugin/bin/
|
||||
example-plugin/obj/
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user