Browse Source

Remove database name in run

pull/2/head
cedric 4 years ago
parent
commit
49745ebe67
  1. 4
      makefile-installation.md

4
makefile-installation.md

@ -79,7 +79,7 @@ addons:
.ONESHELL: .ONESHELL:
run: run:
cd ./odoo cd ./odoo
python3 odoo-bin --addons-path=addons,../lokavaluto-addons -d mydb
python3 odoo-bin --addons-path=addons,../lokavaluto-addons
``` ```
### Installation ### Installation
@ -120,4 +120,4 @@ Install it by clicking on the ```Install Button```
Wait for the module to install and check the result. Wait for the module to install and check the result.
![result](images/result.png)
![result](images/result.png)
Loading…
Cancel
Save