From e83ec181f3e7c6e0a2dea8b283bb0967b12dc62f Mon Sep 17 00:00:00 2001 From: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Date: Wed, 6 Apr 2022 11:29:09 -0700 Subject: [PATCH] Reflective of new template style --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a298fd3..613386e 100644 --- a/README.md +++ b/README.md @@ -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