From a16f1ba1a7144f8d088bfaaf37a3b3ccdc7fe97f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 10 Apr 2023 23:18:11 +0200 Subject: [PATCH] it is now mandatory to configure the project before starting it --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8258638..cbc492d 100644 --- a/README.md +++ b/README.md @@ -32,20 +32,10 @@ usermod --add --groups sudo user ### As user -#### Without clone - -```bash -# Pull the latest configuration and apply the latter -ansible-pull \ - --url https://github.com/aminnairi/laptop.git \ - --ask-become-pass \ - playbook.yml -``` - -#### With clone - ```bash git clone https://github.com/aminnairi/laptop.git cd laptop +touch i3/i3status/settings.json +echo '{"weather":{"appid":"..."}}' > i3/i3status/settings.json ansible-playbook --ask-become-pass playbook.yml ```