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