From 995776f8b54f6d840b54df3ac9d642ca8d541d2b Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Fri, 6 Sep 2024 12:52:39 +0200 Subject: [PATCH] better installation instructions in README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 35e6099..2de0e1c 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,16 @@ 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. - ```powershell - # Using 'Invoke-RestMethod' and 'Invoke-Expression' - irm 'https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/install.ps1' | iex - ``` +Alternatively, you could simply run the following command in a Windows PowerShell: + +```powershell +# Using 'Invoke-RestMethod' and 'Invoke-Expression' +irm 'https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/install.ps1' | iex +``` ## Usage