mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2026-05-17 06:00:07 +02:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -8,17 +8,20 @@ Reference example for using [decky-frontend-lib](https://github.com/SteamDeckHom
|
||||
|
||||
### Dependencies
|
||||
|
||||
This template relies on the user having Node.js v16.14+ and `pnpm` (v8+) installed on their system.
|
||||
pnpm can be downloaded from `npm` itself which is recommended.
|
||||
|
||||
If you would like to build plugins that have their own custom backends, Docker is required as it is used by the Decky CLI tool.
|
||||
This template relies on the user having Node.js v16.14+ and `pnpm` (v8.5.1) installed on their system.
|
||||
Please make sure to install pnpm v8.5.1 to prevent issues with CI during plugin submission.
|
||||
`pnpm` can be downloaded from `npm` itself which is recommended.
|
||||
|
||||
#### Linux
|
||||
|
||||
```bash
|
||||
sudo npm i -g pnpm
|
||||
sudo npm i -g pnpm@8.5.1
|
||||
```
|
||||
|
||||
If you would like to build plugins that have their own custom backends, Docker is required as it is used by the Decky CLI tool.
|
||||
|
||||
|
||||
|
||||
### Making your own plugin
|
||||
|
||||
If you use VSCode or it's derivatives (we suggest [VSCodium](https://vscodium.com/)!) just run the `setup` and `build` tasks. It's really that simple.
|
||||
|
||||
Reference in New Issue
Block a user