diff --git a/README.md b/README.md
index 177542e15670c760b09c26b81a7b5022504623df..f146e377faec172c44b379deb005d24f26602ccf 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@ This repository stores hosts informations and related variables for this specifi
 4. Run `ansible-playbook` command pointing to the `inventory/hosts` file of this repository:
    * development local mode
    ```sh
-   # install sys admin roles for executing the provision yml
-   ansible-playbook playbooks/sys_admins.yml -i ../odoo-carsharing-inventory/inventory/hosts --limit=dev -u root
+   # install sys admin roles for executing the provision yml (quit -u root if its not the first time)
+   ansible-playbook playbooks/sys_admins.yml -i ../odoo-vertical-carsharing-inventory/inventory/hosts --limit=dev -u root
    ```
 5. Run `ansible-playbook` command pointing to the `inventory/hosts` file of this repository:
    * development local mode