From e7bbb94d6421660645757fe95223e51042a881f4 Mon Sep 17 00:00:00 2001 From: Luca Trevisani Date: Tue, 7 Nov 2023 14:41:14 +0100 Subject: [PATCH] Add setup package installation instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65705da1..134f0295 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,9 @@ It detects your current shell and elevates your command as native shell commands ``` PowerShell PowerShell -Command "Set-ExecutionPolicy RemoteSigned -scope Process; [Net.ServicePointManager]::SecurityProtocol = 'Tls12'; iwr -useb https://raw.githubusercontent.com/gerardog/gsudo/master/installgsudo.ps1 | iex" ``` +- Setup package: download and run the proper MSI file for you system from the [latest release](https://github.com/gerardog/gsudo/releases/latest). - Portable: - 1. Download `gsudo.portable.zip` from the [latest release](https://github.com/gerardog/gsudo/releases/latest) + 1. Download `gsudo.portable.zip` from the [latest release](https://github.com/gerardog/gsudo/releases/latest). 2. Extract the folder corresponding to your processor architecture (x64, x86, or arm64) from the zip file to a suitable directory on your computer. 3. Optionally, add that directory to your system's PATH environment variable if it's not already accessible.