From a6ba63cc4ab6a2271da5a64c71ba773e650a03fe Mon Sep 17 00:00:00 2001 From: GraficheAquilane2021 Date: Mon, 18 Jan 2021 12:03:03 +0100 Subject: [PATCH] corretto link a frappe --- development/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/development/README.md b/development/README.md index 85de6c20..49753196 100644 --- a/development/README.md +++ b/development/README.md @@ -72,7 +72,8 @@ Notes: Run the following commands in the terminal inside the container. You might need to create a new terminal in VSCode. ```shell -bench init --skip-redis-config-generation --frappe-branch version-12 frappe-bench +bench init --skip-redis-config-generation --frappe-path https://github.com/GraficheAquilane2021/frappe --frappe-branch version-12 frappe-bench +#bench init --skip-redis-config-generation --frappe-branch version-12 frappe-bench cd frappe-bench ```