better installation instructions in README.md

This commit is contained in:
Baipyrus 2024-09-06 12:52:39 +02:00
parent 919b674d56
commit 995776f8b5

View File

@ -17,7 +17,11 @@ save configurations, or exit the application.
## Installation
- Simply run the following command in a Windows PowerShell:
You should download the [latest release](https://github.com/Baipyrus/ProxySwitcher/releases)
archive, **extract all contents** to a dedicated directory and then simply execute
the [`.\install.ps1`](.\install.ps1) script within a Windows Powershell.
Alternatively, you could simply run the following command in a Windows PowerShell:
```powershell
# Using 'Invoke-RestMethod' and 'Invoke-Expression'