Skip to content

Commit fffc361

Browse files
committed
[IMP] adapt README.md for odoo.sh
closes #15 Signed-off-by: Christophe Simonis (chs) <[email protected]>
1 parent a0a72fb commit fffc361

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ $ ./odoo-bin --upgrade-path=/path/to/upgrade-util/src,/path/to/other/upgrade/scr
1111
```
1212

1313
### The alternative one
14-
On platforms where you dont manage odoo yourself, i.e. [Odoo.sh](https://www.odoo.sh/), you can install this package via pip:
14+
On platforms where you dont manage odoo yourself, you can install this package via pip:
1515
```shell-session
1616
$ python3 -m pip install git+https://github.com/odoo/upgrade-util@master
1717
```
18-
18+
On [Odoo.sh](https://www.odoo.sh/) it is recommended to add it to the `requirements.txt` of your repository:
19+
```
20+
odoo_upgrade @ git+https://github.com/odoo/upgrade-util@master
21+
```
1922
## How to use them?
2023
Once installed, the following packages are available
2124
- `odoo.upgrade.util`: the helper themself. See the wiki for info.

0 commit comments

Comments
 (0)