From 606e3581397f7eabd252502dc3f1d0040694d5a7 Mon Sep 17 00:00:00 2001 From: Masood Rezazadeh Date: Fri, 19 Jul 2024 04:00:51 +0330 Subject: [PATCH] Refactor README.md: Remove Redundant Information Removed duplicated instructions in the README for clarity. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1402922..7c56d79 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ If you use VSCode or it's derivatives (we suggest [VSCodium](https://vscodium.co - While decky-loader primarily targets Steam Deck hardware so keep this in mind when developing your plugin. 4. Run the `setup` and `build` and `deploy` vscode tasks, or you can derive your own makefile or just manually utilize the scripts for these commands as you see fit. -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. - #### Other important information Everytime you change the frontend code (`index.tsx` etc) you will need to rebuild using the commands from step 2 above or the build task if you're using vscode or a derivative.