From a95e4d859bd3f108829f8e58ed7a6df025eb1151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 22 Dec 2021 09:57:40 +0000 Subject: README: Fix permissions informations in commands --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d19fe44..5478a9f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ ansible-playbook playbooks/site.yml `ansible` and `mitogen` packages. ``` -poetry install +$ poetry install ``` ## Mitogen @@ -40,8 +40,8 @@ You have to source the `env` script if you want to execute playbooks with `ansible` 2.12. ``` -poetry shell -. ./bin/env +$ poetry shell +$ . ./bin/env ``` ## Development machine @@ -50,5 +50,5 @@ A new development workstation can be scaffolded thanks to the workstation playbook and role. ``` -# ansible-playbook playbooks/workstation.yml +# ansible-playbook playbooks/workstation.yml -e workstation_user=$USER ``` -- cgit v1.2.3