Skip to content

Commit 09ed0c9

Browse files
committed
2 parents 08f9dea + 15460a4 commit 09ed0c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,14 @@ Usage :
9797
```
9898

9999
#### Change Default User(id command required)
100+
101+
The following is an example of adding a user to the "users" and "wheel" groups and setting it as the default user
102+
103+
_Note: Replace `user` with your chosen user name._
104+
100105
```cmd
106+
>Amazon2.exe run useradd -m -g users -G wheel -s /bin/bash user
107+
101108
>Amazon2.exe config --default-user user
102109
103110
>Amazon2.exe

0 commit comments

Comments
 (0)