mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41:45 +00:00
better installation instructions in README.md
This commit is contained in:
parent
919b674d56
commit
995776f8b5
14
README.md
14
README.md
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user