added a comment for the installation command

This commit is contained in:
aminnairi
2023-04-09 22:39:08 +02:00
parent 410da73dd8
commit cc7634e75e
+1 -1
View File
@@ -9,7 +9,7 @@ Laptop configuration for Arch Linux
## Installation ## Installation
```bash ```bash
# as root # (as root) Install the necessary dependencies
pacman -S ansible git which sudo pacman -S ansible git which sudo
sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers
usermod -aG sudo $USER usermod -aG sudo $USER