Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukes-dev committed Jun 25, 2022
2 parents 08f9dea + 15460a4 commit 09ed0c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,14 @@ Usage :
```

#### Change Default User(id command required)

The following is an example of adding a user to the "users" and "wheel" groups and setting it as the default user

_Note: Replace `user` with your chosen user name._

```cmd
>Amazon2.exe run useradd -m -g users -G wheel -s /bin/bash user
>Amazon2.exe config --default-user user
>Amazon2.exe
Expand Down

0 comments on commit 09ed0c9

Please sign in to comment.