From 68e16d96f1d086ed53208f08308eb70d5010e252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Mon, 15 Jan 2024 10:14:07 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index ca8e8a9..323fa25 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,9 @@ free to draw inspiration. Feedback is welcome in ## How to use this template -### Prerequisites - -`pipx install copier` - ### Initializing a new project -`copier copy git+https://github.com/acsone/acsone-odoo-project-template {project-root-dir}` +`pipx run copier copy git+https://github.com/acsone/acsone-odoo-project-template {project-root-dir}` This will ask questions and create the `{project-root-dir}` directory and initialize the project inside it.