summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 67589ac9..414aee47 100644
--- a/README.md
+++ b/README.md
@@ -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