Added proper readme

This commit is contained in:
WerWolv 2022-04-03 20:50:23 +02:00 committed by GitHub
parent 26fb6afd97
commit 2c586585ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -1 +1,14 @@
# Plugin-Template
# Plugin-Template
This is the template plugin for developing plugins for the [SteamOS Plugin Loader](https://github.com/SteamDeckHomebrew/PluginLoader).
## Usage
1. Click on the green `Use this template` button to create a new repository for your plugin
2. Rename the `plugin_template.py` file to something unique
3. Add your code to the plugin python file
4. To use it, simply copy the file to the `/home/deck/homebrew/plugins` folder on your Steam Deck
## License
This Template Project is under The Unlicense. You may license your own plugin under whatever license you prefer.