From ee8aa98446773a617e70b8fd793a1d81a1d33472 Mon Sep 17 00:00:00 2001 From: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Date: Sat, 2 Jul 2022 12:41:25 -0700 Subject: Update README.md, password is needed (#70) (cherry picked from commit 1199c080bc076efa855e928a34972866f6114ba1) Added some context and changed wording on uninstall. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e464b22..7aef771a 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3