mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:32:00 +00:00
Update README.md, password is needed (#70)
(cherry picked from commit 1199c080bc)
Added some context and changed wording on uninstall.
This commit is contained in:
@@ -10,20 +10,21 @@ 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`
|
3. Scroll the sidebar all the way down and click on `Developer`
|
||||||
4. Under Miscellaneous, enable `CEF Remote Debugging`
|
4. Under Miscellaneous, enable `CEF Remote Debugging`
|
||||||
5. Click on the `STEAM` button and select `Power` -> `Switch to Desktop`
|
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:
|
- For users:
|
||||||
- `curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/install_release.sh | sh`
|
- `curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/install_release.sh | sh`
|
||||||
- For plugin developers:
|
- For plugin developers:
|
||||||
- [Wiki Link](https://deckbrew.xyz/en/loader-dev/development)
|
- [Wiki Link](https://deckbrew.xyz/en/loader-dev/development)
|
||||||
7. Done! Reboot back into Gaming mode and enjoy your plugins!
|
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/)
|
- 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`
|
- 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
|
### Uninstall
|
||||||
- Open a terminal and paste the following command into it:
|
- 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
|
## Features
|
||||||
|
|||||||
Reference in New Issue
Block a user