diff --git a/README.md b/README.md index 66f2938..1f55c93 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Ensuite, il faut définir un utilisateur : ```bash >Arch.exe -[root@PC-NAME]# echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel -[root@PC-NAME]# useradd -m -G wheel -s /bin/bash anri -[root@PC-NAME]# passwd anri -[root@PC-NAME]# exit +[root@PC ~]# echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel +[root@PC ~]# useradd -m -G wheel -s /bin/bash anri +[root@PC ~]# passwd anri +[root@PC ~]# exit >Arch.exe config --default-user anri ```