summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Lejeune <sle@openerp.com>2016-09-27 11:54:12 +0200
committerSimon Lejeune <sle@openerp.com>2016-09-30 12:05:49 +0200
commit2d5fc151a201ddcbdbabfb1f45060b65679f67f2 (patch)
treedb43d14dee7f4dba539fd3175f7512b2d6d4f1c2 /README.md
parentea3d9e69ef540d6562b3d8aa8c670f9bccb291d9 (diff)
[REF] cli: rename odoo.py to setup_dev.py
and move it under the setup package. Since the rename of the openerp directory into odoo, having a script named "odoo.py" conflicts with a package named "odoo".
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90c3c86deeb..2521793ec58 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ from the documentation.
If you are a developer you may type the following command at your terminal:
- wget -O- https://raw.githubusercontent.com/odoo/odoo/9.0/odoo.py | python
+ wget -O- https://raw.githubusercontent.com/odoo/odoo/10.0/setup/setup_dev.py | python
Then follow <a href="https://www.odoo.com/documentation/9.0/tutorials.html">the developer tutorials</a>