From 82bb9b3939d015a30614db2c2a2e27736d57dbd7 Mon Sep 17 00:00:00 2001 From: Gerardo Grignoli Date: Mon, 26 Feb 2024 00:52:24 -0300 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b0505b82..d1379bc7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![GitHub Downloads](https://img.shields.io/github/downloads/gerardog/gsudo/total?label=GitHub%20Downloads)](https://github.com/gerardog/gsudo/releases/latest) **gsudo** is a `sudo` equivalent for Windows, with a similar user-experience as the original Unix/Linux sudo. -Allows you to run a command with elevated permissions, or to elevate the current shell, in the current console window or a new one. Allows you to run a command (or re-launch your current shell) with elevated permissions, in the current console window or a new one. Just [prepend `gsudo`](#usage) (or the `sudo` alias) to your command and it will run elevated. For PowerShell use this [syntax](#usage-from-powershell--powershell-core): `gsudo { ScriptBlock }`