Tweak readme

This commit is contained in:
Joran Dirk Greef 2015-06-08 15:29:54 +02:00
parent dcb02caa3c
commit 63b8c72173

View file

@ -1,8 +1,8 @@
# Sudo # Sudo
Run a command using sudo, prompting the user with an OS dialog if necessary. Run a command using sudo, prompting the user with a gui OS dialog if necessary. Good for background applications or native Electron apps that need sudo.
Currently supports native OS dialog on Mac OS X (patches welcome for Linux). Currently supports native OS dialog prompt on Mac OS X (patches welcome for Linux) and uses process.title as the name of the app requesting permission.
Sudo has no external dependencies and does not contain any native bindings. Sudo has no external dependencies and does not contain any native bindings.