From 4527c18ff694313fff206dfe56012a7344aa5819 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:41:58 +0200 Subject: [PATCH] added a section for all user commands --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 04ed733..f8a9fba 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,11 @@ passwd user # (as root) Add the "sudo" group for the created user usermod -aG sudo user +``` +### As user + +```bash # (as user) Pull the latest configuration and apply the latter ansible-pull --url https://github.com/aminnairi/laptop.git --ask-become-pass ```