From d05b8ee0fd578f844dd00d34dd78bbbe39d1f66e Mon Sep 17 00:00:00 2001 From: Gerardo Grignoli Date: Mon, 26 Feb 2024 00:52:04 -0300 Subject: [PATCH] Update README.md to disambiguate shell elevation. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c85012d..b0505b82 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ **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. - -Just [prepend `gsudo`](#usage) (or the `sudo` alias) to your command and it will run elevated. For PowerShell use `gsudo { ScriptBlock }` [syntax](#usage-from-powershell--powershell-core). +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 }` One UAC popup will appear each time. You can see less popups if you enable [gsudo cache](#credentials-cache).