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 ```