From e3cdfce3aa17d0d0463ce1a733a08203910bd338 Mon Sep 17 00:00:00 2001 From: Slendi Date: Wed, 10 May 2023 16:42:09 +0300 Subject: [PATCH] Update README Signed-off-by: Slendi --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a34c27..5514012 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,12 @@ $ sus command here Run as some other user: ``` -$ sus -username command $ sus - username command ``` +Run in home directory: +``` +$ sus -- command +$ sus - username -- command +``` +