diff --git a/doc/git.rst b/doc/git.rst
index 5bf9b47a1e6f41d584997bd5acee071195801cd8..1425689238e7c751c1e6e860dd6f8af05e005b44 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.