diff --git a/README.md b/README.md
index 66d7370..b756403 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,38 @@ or
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) } -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_off -cache_off -block_update_on -start_spoti"
```
+
+
+Installing with Scoop
+
+
Installing SpotX via the Scoop package manager includes:
+
+ - Automatic removal of Spotify MS if it was found
+ - Automatic installation of the recommended version of Spotify (if another client has already been found, it will be installed over)
+ - Removal of podcasts from the main page
+ - Automatic blocking of Spotify updates
+ - All [experimental features](https://github.com/amd64fox/SpotX/discussions/50) included
+
+
+
+Installing SpotX with Scoop
+Just run these commands in the command prompt or powershell:
+
+
```scoop bucket add nonportable```
+
```scoop install spotx-np```
+
+Updating SpotX with Scoop
+
+To update SpotX or check for updates run this command in the command prompt or powershell:
+
+```scoop update spotx-np```
+
+Uninstalling SpotX with Scoop
+
+To fully uninstall SpotX and Spotify run this command in the command prompt or powershell:
+
+```scoop uninstall spotx-np```
+