From a0e2a4bc39c013e8c35d39115c36e7d1c848b9a3 Mon Sep 17 00:00:00 2001 From: bugsfounder Date: Mon, 14 Jul 2025 23:09:01 +0530 Subject: [PATCH 1/2] docs: clarify availability of built-in Sudo for Windows --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b442611..0fad412 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Welcome to the repository for [Sudo for Windows][sudo-for-windows] 🥪. Sudo for Windows allows users to run elevated commands directly from unelevated terminal windows. -The "Inbox" version of sudo is available for Windows 11 builds 26045 and later. If you're on an Insiders +The built-in (“Inbox”) version of Sudo is available starting from Windows 11 build 26045. If you're on an Insiders build with sudo, you can enable it in the Windows Settings app, on the "Developer Features" page. @@ -52,10 +52,10 @@ If you would like to ask a question that you feel doesn't warrant an issue answer threads. Otherwise, you can reach out to us via your social media platform of choice: -* Mike Griese, Senior Developer: [@zadjii@mastodon.social](https://mastodon.social/@zadjii) -* Jordi Adoumie, Product Manager: [@joadoumie](https://twitter.com/joadoumie) -* Dustin Howett, Engineering Lead: [@dhowett@mas.to](https://mas.to/@DHowett) -* Clint Rutkas, Lead Product Manager: [@crutkas](https://twitter.com/clintrutkas) +- Mike Griese, Senior Developer: [@zadjii@mastodon.social](https://mastodon.social/@zadjii) +- Jordi Adoumie, Product Manager: [@joadoumie](https://twitter.com/joadoumie) +- Dustin Howett, Engineering Lead: [@dhowett@mas.to](https://mas.to/@DHowett) +- Clint Rutkas, Lead Product Manager: [@crutkas](https://twitter.com/clintrutkas) ## Code of Conduct From b2bf876af39be97b1d883f7defff1a260e3c0e9b Mon Sep 17 00:00:00 2001 From: bugsfounder Date: Mon, 14 Jul 2025 23:27:28 +0530 Subject: [PATCH 2/2] docs: improve clarity and readability in README --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0fad412..462a54b 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,11 @@ Here you can report issues and file feature requests. ## Relationship to `sudo` on Unix/Linux Everything about permissions and the command line experience is -different between Windows and Linux. This project is not a fork of the Unix/Linux -`sudo` project, nor is it a port of that `sudo` project. Instead, Sudo for +different between Windows and Linux. This project is neither a fork nor a +port of the Unix/Linux `sudo` project. Instead, Sudo for Windows is a Windows-specific implementation of the `sudo` concept. -As the two are entirely different applications, you'll find that certain -elements of the traditional `sudo` experience are not present in Sudo for Windows, and -vice versa. Scripts and documentation that are written for `sudo` may not -be able to be used directly with Sudo for Windows without some modification. +As the two are entirely different applications, certain elements of the traditional `sudo` experience are missing in `Sudo` for Windows, and vice versa. Scripts and documentation written for sudo may not work directly with Sudo for Windows without modification. ## Documentation @@ -37,8 +34,7 @@ Check out [CONTRIBUTING.md](https://github.com/microsoft/sudo/blob/main/CONTRIBU In the meantime, you can contribute to the [`sudo.ps1`] script. This script is meant to be a helper wrapper around `sudo.exe` that provides a more -user-friendly experience for using sudo from PowerShell. This script is located -in the `scripts/` directory. +user-friendly experience for using sudo from PowerShell. The script can be found in the [`scripts/`](./scripts) directory. ## Communicating with the Team