Fix URL to checkout script

raw.github.com redirects to raw.githubusercontent.com but curl does not follow 
redirections by default, so use the correct URL
This commit is contained in:
xmo-odoo 2014-05-16 11:32:09 +02:00
parent 601cd0cf51
commit b246e46d88
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.github.com/odoo/odoo/master/checkout.sh | sh
curl https://raw.githubusercontent.com/odoo/odoo/master/checkout.sh | sh
it will will ask a few questions and create a local copy.