Merge pull request #1 from TrainDoctor/patch-1

Reflective of new template style
This commit is contained in:
marios 2022-04-07 22:41:46 +03:00 committed by GitHub
commit 89f4bd87ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ This is the template plugin for developing plugins for the [SteamOS Plugin Loade
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
3. Add your code to the plugin's python and html files.
4. To use it, simply `git clone` the repo into the `/home/deck/homebrew/plugins` folder on your Steam Deck
## License