summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoreXhumer <62310242+eXhumer@users.noreply.github.com>2024-10-03 14:54:11 -0600
committerGitHub <noreply@github.com>2024-10-03 16:54:11 -0400
commit49201b05d7b62b2460d0f53712b2ca81abb8d0f0 (patch)
tree4eed19351d0fd686b80da1f6fffaa7c95e8ab42c /README.md
parentfb031f240a6e26b6776a352d0796d289f08a5078 (diff)
downloaddecky-bazzite-buddy-49201b05d7b62b2460d0f53712b2ca81abb8d0f0.tar.gz
decky-bazzite-buddy-49201b05d7b62b2460d0f53712b2ca81abb8d0f0.zip
Changes to template for new API (#44)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e9807ef..de27fae 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,14 @@ 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.5.1) installed on their system.
-Please make sure to install pnpm v8.5.1 to prevent issues with CI during plugin submission.
+This template relies on the user having Node.js v16.14+ and `pnpm` (v9) installed on their system.
+Please make sure to install pnpm v9 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@8.5.1
+sudo npm i -g pnpm@9
```
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.
@@ -41,7 +41,7 @@ Everytime you change the frontend code (`index.tsx` etc) you will need to rebuil
Note: If you are receiving 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
+pnpm update @decky/ui --latest
```
### Backend support