From 7d55ed45633fc84c46a17e37f06801f09857b86f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 30 Dec 2023 17:05:58 +0100 Subject: [PATCH] updated the documentation according to the recent changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ed27e8..3738cf3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Laptop configuration for Arch Linux ```bash # Install the necessary dependencies -pacman -Syy ansible git which sudo +pacman -Syy ansible git which sudo bash # Allow the "sudo" group to issue sudo commands sed -i 's/#\s*%sudo/%sudo/g' /etc/sudoers @@ -42,7 +42,7 @@ git clone https://github.com/aminnairi/laptop.git cd laptop # Apply the configuration -make install +bash main.sh ``` #### Configuration of the used programs