sus/README.md
Slendi e3cdfce3aa
Update README
Signed-off-by: Slendi <slendi@socopon.com>
2023-05-10 16:42:09 +03:00

35 lines
304 B
Markdown

# sus
A lightweight sudo and doas alternative.
## Compiling
```
$ make
```
## Installing
```
# make install
```
## Usage
Run as root:
```
$ sus command here
```
Run as some other user:
```
$ sus - username command
```
Run in home directory:
```
$ sus -- command
$ sus - username -- command
```