diff --git a/README.md b/README.md index 8778d41..0605c2a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Laptop configuration for Arch Linux ```bash # (as root) Install the necessary dependencies pacman -S ansible git which sudo + +# (as root) Allow the "sudo" group to issue sudo commands sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers usermod -aG sudo $USER