diff options
author | gregory guy <[email protected]> | 2019-12-30 13:56:51 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-12-31 14:05:14 +0100 |
commit | 0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd (patch) | |
tree | 8b6559e7e9a8c6f70fef0cd7b7605dab7eb03cd5 /README | |
parent | 2b89fdc47029a313edb28a74521d84c23fd4ff13 (diff) | |
download | tdesudo-0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd.tar.gz tdesudo-0be09d28cf30b31ef42cd6e9ae8fd7710863e1cd.zip |
Drop automake build support.
Add basic build instructions to the INSTALL file.
Rework of the README and help page.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'README')
-rw-r--r-- | README | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -1,2 +1,27 @@ + + tdesudo - a sudo frontend for TDE + + +Tdesudo is a graphical front end for the "sudo" command for the Trinity +Desktop Environment. + +It allows you to run a program as different user if the system +administrator allows it. + + +- Basic usage: Just type "tdesudo <command>" to run <command> as root user. -Optionally you can type "tdesudo -u <runas> <command>" and <command> will be executed as user <runas> +Optionally you can type "tdesudo -u <runas> <command>" and <command> +will be executed as user <runas> + + + CONTRIBUTING +============== + +If you wish to contribute to tdesudo (TDE), you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |