Skip to content

Commit

Permalink
Fix adduser command
Browse files Browse the repository at this point in the history
  • Loading branch information
sileshn authored Dec 15, 2020
1 parent a370923 commit 531b116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Usage :
Open Mint.exe and run the following commands.
```dos
passwd
useradd -m -G wheel -s /bin/bash <username>
useradd -m -s /bin/bash <username>
passwd <username>
exit
```
Expand Down

0 comments on commit 531b116

Please sign in to comment.