diff --git a/doc/git.rst b/doc/git.rst index 5bf9b47a1e6..1425689238e 100644 --- a/doc/git.rst +++ b/doc/git.rst @@ -7,7 +7,7 @@ Initializing a working copy Use the easy-setup shell script:: - curl https://raw.githubusercontent.com/odoo/odoo/master/checkout.sh | sh + sh <( curl https://raw.githubusercontent.com/odoo/odoo/master/checkout.sh ) it will will ask a few questions and create a local copy.