From 531b1164c90e2abb61d5c326a22872c21cc7cf5a Mon Sep 17 00:00:00 2001 From: Silesh K Nair Date: Tue, 15 Dec 2020 14:12:44 +0530 Subject: [PATCH] Fix adduser command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16f432a..56fd380 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Usage : Open Mint.exe and run the following commands. ```dos passwd -useradd -m -G wheel -s /bin/bash +useradd -m -s /bin/bash passwd exit ```