diff --git a/README.md b/README.md index 7067e6c..bcebe86 100644 --- a/README.md +++ b/README.md @@ -62,28 +62,6 @@ or -
-Automatic basic installation

- - #### Automatic basic installation without confirmation, what does it do? - - - 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) - - After the installation is completed, the client will autorun - -

- -#### Just download and run [Install_Basic.bat](https://raw.githack.com/amd64fox/SpotX/main/scripts/Install_Basic.bat) - -or - -#### Run The following command in PowerShell: - -```ps1 -[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_on -cache_off -block_update_off -exp_standart -hide_col_icon_off -start_spoti" -``` - -
Automatic full installation

@@ -110,6 +88,54 @@ or ```

+ +
+Other types of installations

+ +

+Automatic basic installation

+ + #### Automatic basic installation without confirmation, what does it do? + + - 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) + - After the installation is completed, the client will autorun + +

+ +#### Just download and run [Install_Basic.bat](https://raw.githack.com/amd64fox/SpotX/main/scripts/Install_Basic.bat) + +or + +#### Run The following command in PowerShell: + +```ps1 +[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_on -cache_off -block_update_off -exp_standart -hide_col_icon_off -start_spoti" +``` + +
+ +
+Installation for premium

+ + #### Usual installation only without ad blocking, for those who have a premium account, also contains: + + - All [experimental features](https://github.com/amd64fox/SpotX/discussions/50) included + +

+ +#### Just download and run [Install_Prem.bat](https://raw.githack.com/amd64fox/SpotX/main/scripts/Install_Prem.bat) + +or + +#### Run The following command in PowerShell: + +```ps1 +[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) } -premium" +``` + +
+
Installing with Scoop

@@ -143,26 +169,6 @@ To fully uninstall SpotX and Spotify run this command in the command prompt or p

-
-Installation for premium

- - #### Usual installation only without ad blocking, for those who have a premium account, also contains: - - - All [experimental features](https://github.com/amd64fox/SpotX/discussions/50) included - -

- -#### Just download and run [Install_Prem.bat](https://raw.githack.com/amd64fox/SpotX/main/scripts/Install_Prem.bat) - -or - -#### Run The following command in PowerShell: - -```ps1 -[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) } -premium" -``` - -
Installing with parameters

@@ -171,6 +177,8 @@ You can specify various parameters for a more flexible installation, more [detai

+
+

Uninstall

- Just run [Uninstall.bat](https://raw.githack.com/amd64fox/SpotX/main/Uninstall.bat)