[UPD] README support odoo 18
This commit is contained in:
parent
4b0f9e15b7
commit
8c6e5da0fc
1 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ cd ERPLibre
|
||||||
Follow the instruction on the following script, it will try to detect your environment.
|
Follow the instruction on the following script, it will try to detect your environment.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./install.sh
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manually
|
### Manually
|
||||||
|
|
@ -81,11 +81,11 @@ git clone https://github.com/ERPLibre/ERPLibre.git
|
||||||
cd ERPLibre
|
cd ERPLibre
|
||||||
```
|
```
|
||||||
|
|
||||||
Support Ubuntu 20.04, 22.04, 24.04 and OSX. The installation duration is more than 30 minutes.
|
Support Ubuntu 20.04, 22.04, 24.04, 25.04 and OSX.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make install_os
|
make install_os
|
||||||
make install_odoo_16
|
make install_odoo_18
|
||||||
```
|
```
|
||||||
|
|
||||||
Update your configuration if you need to run from another interface than 127.0.0.1, file `config.conf`
|
Update your configuration if you need to run from another interface than 127.0.0.1, file `config.conf`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue