From 889331d93d2e0d65e1d5eac8ee577d97faedc3f3 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 11 Apr 2023 22:01:59 +0200 Subject: [PATCH] added more comments for the user section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 56c1378..e796687 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,13 @@ usermod --add --groups sudo user #### Installation ```bash +# Clone the repository git clone https://github.com/aminnairi/laptop.git + +# Change the current working directory cd laptop + +# Apply the configuration ansible-playbook --ask-become-pass playbook.yml ```