Update README.md

This commit is contained in:
Jariel Que 2021-05-17 14:15:14 +08:00 committed by GitHub
parent 11ee8bc878
commit 55e7ad31c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
`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.
*NOTE: since the password thingy has not been implemented yet, please use the password `workinprogress`.*
*SIDE NOTE: please don't actually use this for real world purposes.*
### 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.