Update README.md
This commit is contained in:
parent
3d64a3a076
commit
ed314a5128
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -8,17 +8,20 @@ Reference example for using [decky-frontend-lib](https://github.com/SteamDeckHom
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
This template relies on the user having Node.js v16.14+ and `pnpm` (v8+) installed on their system.
|
This template relies on the user having Node.js v16.14+ and `pnpm` (v8.5.1) installed on their system.
|
||||||
pnpm can be downloaded from `npm` itself which is recommended.
|
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.
|
||||||
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.
|
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
```bash
|
```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
|
### 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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue