mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-12-04 12:58:07 -06:00
Change to "Getting Started" and moved lib
This commit is contained in:
parent
1a5b0fdde4
commit
eb3ee43b50
1 changed files with 12 additions and 6 deletions
18
README.md
18
README.md
|
|
@ -12,18 +12,24 @@ This template relies on the user having `pnpm` installed on their system.
|
||||||
This can be downloaded from `npm` itself which is recommended.
|
This can be downloaded from `npm` itself which is recommended.
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo npm i -g pnpm
|
sudo npm i -g pnpm
|
||||||
```
|
```
|
||||||
|
|
||||||
### Keep Your Plugin Updated
|
### Getting Started
|
||||||
|
|
||||||
1. In your plugin's repository run these commands:
|
1. Clone the repository to use as an example for making your plugin.
|
||||||
|
2. In your clone of the repository run these commands:
|
||||||
1. ``pnpm i``
|
1. ``pnpm i``
|
||||||
2. (Optional, needed to solve build errors)
|
2. ``pnpm run build``
|
||||||
1. ``pnpm update decky-frontend-lib --latest``
|
3. You should do this every time you make changes to your plugin.
|
||||||
3. ``pnpm run build``
|
|
||||||
2. You should perform numbers 1 and 3 every time you make changes to your plugin.
|
Note: If you are recieveing build errors due to an out of date library, you should run this command inside of your repository:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pnpm update decky-frontend-lib --latest
|
||||||
|
```
|
||||||
|
|
||||||
### Distribution
|
### Distribution
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue