diff --git a/README.md b/README.md index 3fae90e..6263446 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,11 @@

System requirements:

+ * Windows: 7-11 +* For [Windows Desktop](https://www.spotify.com/download/windows/) only (Microsoft store version is not suitable). * Free Account * PowerShell: 5.1 or higher -* For [Windows Desktop](https://www.spotify.com/download/windows/) only (Microsoft store version is not suitable).

Features:

@@ -58,15 +59,6 @@ or

Possible problems:

- - -
-How do I go back to the previous version of the client ?

- - If you have problems with the patch after upgrading the client version, then use this [tool](https://github.com/amd64fox/Rollback-Spotify) to revert back to the working version. - -

-
Outdated versions of PowerShell

@@ -79,6 +71,28 @@ If you are using Windows 7 or Windows 8.1, there may be errors in the installati Note: For Windows 8 it is not possible to upgrade the PowerShell version, please upgrade to Windows 8.1 or 10 +

+ +
+After running Install.bat, the console window closes

+ +After launching Install.bat the console window closes immediately and nothing happens. Most likely the problem is related to the `curl` command line utility. +`curl` is also shipped by Microsoft as part of Windows 10 and 11, if your Windows version is lower then you need to manually install this utility: + * Click on the [link](http://www.confusedbycode.com/curl/#downloads) and download based on your OS bit depth. + * We start the installation process, at the end we must restart the PC. + * We check that everything went right + * Opening the console `Win + R`, writing `cmd`, `Ok` + * in the console, we write the command `curl -V` + * In response, you should get the `curl version`, for example, I had version `7.79.1` + +

+ + +
+How do I go back to the previous version of the client ?

+ + If you have problems with the patch after upgrading the client version, then use this [tool](https://github.com/amd64fox/Rollback-Spotify) to revert back to the working version. +