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,12 +17,16 @@ save configurations, or exit the application.
## Installation ## 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.
```powershell Alternatively, you could simply run the following command in a Windows PowerShell:
# Using 'Invoke-RestMethod' and 'Invoke-Expression'
irm 'https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/install.ps1' | iex ```powershell
``` # Using 'Invoke-RestMethod' and 'Invoke-Expression'
irm 'https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/install.ps1' | iex
```
## Usage ## Usage