Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix/json-status
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog committed Aug 21, 2023
2 parents c65004e + eb67888 commit 72c767c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,18 @@ It detects your current shell and elevates your command as native shell commands

## Installation

Note: `gsudo` is portable. No windows service is required or system change is done, except adding it to the Path.

- Using [Scoop](https://scoop.sh): `scoop install gsudo`
- Using [WinGet](https://github.com/microsoft/winget-cli/releases) `winget install gerardog.gsudo`
- Using [WinGet](https://github.com/microsoft/winget-cli/releases): `winget install gerardog.gsudo`
- Using [Chocolatey](https://chocolatey.org/install): `choco install gsudo`
- Or manually: Unzip the latest release, and add to the path.
- Manually: Unzip the latest release, and add to the path.
- Or running:

``` PowerShell
PowerShell -Command "Set-ExecutionPolicy RemoteSigned -scope Process; [Net.ServicePointManager]::SecurityProtocol = 'Tls12'; iwr -useb https://raw.githubusercontent.com/gerardog/gsudo/master/installgsudo.ps1 | iex"
```
``` PowerShell
PowerShell -Command "Set-ExecutionPolicy RemoteSigned -scope Process; [Net.ServicePointManager]::SecurityProtocol = 'Tls12'; iwr -useb https://raw.githubusercontent.com/gerardog/gsudo/master/installgsudo.ps1 | iex"
```

**Please restart all your console windows** after installing to ensure that the `PATH` environment variable is refreshed.

Note: `gsudo.exe` is portable. No windows service is required or system change is done, except adding it to the Path.

## Usage

Expand Down

0 comments on commit 72c767c

Please sign in to comment.