[FIX] quick-setup command

Prompts don't work with curl | sh as the stdin gets filled with the nothing out of curl
This commit is contained in:
xmo-odoo 2014-05-16 11:34:43 +02:00
parent b246e46d88
commit 067469f8db
1 changed files with 1 additions and 1 deletions

View File

@ -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.