From e746c3282bbdcce651c9fc04e75be52492958ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20E=2E=20G=C3=B3mez?= Date: Tue, 22 Dec 2020 23:41:19 -0500 Subject: [PATCH] Make a shallow copy of Odoo repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b556c..38c2e4d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To be installed into this directory structure: To clone from source: ```sh -git clone --single-branch --branch 14.0 https://github.com/odoo/odoo.git +git clone --single-branch --depth 1 --branch 14.0 https://github.com/odoo/odoo.git ``` To install into the production structure: