From 49745ebe675acfbd83cd630c8e2a6473ea9525e6 Mon Sep 17 00:00:00 2001 From: cedric Date: Thu, 17 Dec 2020 13:39:18 +0100 Subject: [PATCH] Remove database name in run --- makefile-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile-installation.md b/makefile-installation.md index d8b66c5..2c0b43a 100644 --- a/makefile-installation.md +++ b/makefile-installation.md @@ -79,7 +79,7 @@ addons: .ONESHELL: run: cd ./odoo - python3 odoo-bin --addons-path=addons,../lokavaluto-addons -d mydb + python3 odoo-bin --addons-path=addons,../lokavaluto-addons ``` ### Installation @@ -120,4 +120,4 @@ Install it by clicking on the ```Install Button``` Wait for the module to install and check the result. -![result](images/result.png) \ No newline at end of file +![result](images/result.png)