diff options
| author | Gabriel Jones <ggppjj@gmail.com> | 2022-05-04 04:42:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-04 11:42:03 +0300 |
| commit | 279b1e8c40e7b462ff3b673c42cea24783ca6758 (patch) | |
| tree | 33c9f548a8597362ae0326474d658afc63b7bc1d /README.md | |
| parent | 89ecca7c30f3898e4b772b7c9786fa58e5bb4ada (diff) | |
| download | decky-loader-279b1e8c40e7b462ff3b673c42cea24783ca6758.tar.gz decky-loader-279b1e8c40e7b462ff3b673c42cea24783ca6758.zip | |
Uninstall script addition (#48)
* Create uninstall.sh
* Update uninstall.sh
First pass for a version that looks similar to the install scripts
* Update readme with uninstall info
Add uninstall script info to readme
* Update dist/uninstall.sh
Only remove services for now
Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com>
* Adjust echo to accurately reflect script actions
No longer deletes installed plugins, adjusted echo to match actions.
Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ ### Install Plugins - Simply copy the plugin's folder into `~/homebrew/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` + ### Developing plugins - There is no complete plugin development documentation yet. However a good starting point is the [Plugin Template](https://github.com/SteamDeckHomebrew/Plugin-Template) repository |
