Update README.md

This commit is contained in:
TrainDoctor 2023-06-18 17:54:08 -07:00 committed by GitHub
parent 3d64a3a076
commit ed314a5128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.