From 989d876fb9f6405e1cd62609a8e185dfe0a79f83 Mon Sep 17 00:00:00 2001 From: Jariel Que Date: Mon, 17 May 2021 14:13:02 +0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f895188..3a05b97 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # winsudo -A pretty stupid implementation of the sudo command in windows. +`winsudo` is an otherwise dumb implementation of the linux command `sudo` in windows, built using C#. It's really stupid so please just think of it as a joke and not as an actual project. + +### Limitations +Due to limitations in Microsoft Windows, A UAC prompt will be required to start your `winsudo`'d application or argument. While you can get rid of this by turning off UAC, please don't unless you really know what you're doing. + +### Features +Password Entry (work in progress) +The general feeling of the `sudo` command at your Windows CLI. + +### Compiling +I have no idea how to write compiling instructions. Just compile it like any C program. + +### License +This project is licensed under the MIT License, please read the `LICENSE` file for more information.