diff options
| author | TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> | 2022-07-02 12:41:25 -0700 |
|---|---|---|
| committer | TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> | 2022-07-02 12:41:25 -0700 |
| commit | ee8aa98446773a617e70b8fd793a1d81a1d33472 (patch) | |
| tree | edd4dc357b12eb64cc264fce0627d0a48e06fcf4 /README.md | |
| parent | 557a00aed752efb854a0415d99f805e6b9390e98 (diff) | |
| download | decky-loader-ee8aa98446773a617e70b8fd793a1d81a1d33472.tar.gz decky-loader-ee8aa98446773a617e70b8fd793a1d81a1d33472.zip | |
Update README.md, password is needed (#70)
(cherry picked from commit 1199c080bc076efa855e928a34972866f6114ba1)
Added some context and changed wording on uninstall.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -10,21 +10,22 @@ Keep an eye on the [Wiki](https://deckbrew.xyz) for more information about Plugi 3. Scroll the sidebar all the way down and click on `Developer` 4. Under Miscellaneous, enable `CEF Remote Debugging` 5. Click on the `STEAM` button and select `Power` -> `Switch to Desktop` -6. Open a terminal and paste the following command into it: +6. Make sure you have a password set with the "passwd" command in terminal to install it ([YouTube Guide](https://www.youtube.com/watch?v=1vOMYGj22rQ)). +7. Open a terminal and paste the following command into it: - For users: - `curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/install_release.sh | sh` - For plugin developers: - [Wiki Link](https://deckbrew.xyz/en/loader-dev/development) 7. Done! Reboot back into Gaming mode and enjoy your plugins! -### Install Plugins +### Install/Uninstall Plugins - Using the shopping bag button in the top right corner, you can go to the offical ["Plugin Store"](https://plugins.deckbrew.xyz/) - Simply copy the plugin's folder into `~/homebrew/plugins` +- Use the settings menu to uninstall plugins, this will not remove any files made in different directories by plugins. ### Uninstall - Open a terminal and paste the following command into it: - - For both users and developers: - - `curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/uninstall.sh | sh` + - `curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/uninstall.sh | sh` ## Features - Clean injecting and loading of one or more plugins |
