From cc7634e75eea17b537d6262b9e570818d4fe0e53 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:39:08 +0200 Subject: [PATCH] added a comment for the installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff6b86a..8778d41 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Laptop configuration for Arch Linux ## Installation ```bash -# as root +# (as root) Install the necessary dependencies pacman -S ansible git which sudo sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers usermod -aG sudo $USER