From 11ceed15676be8f9e3c7102870f7855f46993e4c Mon Sep 17 00:00:00 2001 From: Yhael S Date: Wed, 19 Apr 2023 14:32:34 -0500 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59d1058..88f0db3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Setup -``` 1. Clone the repository: ``` git clone git@github.com:yhaelopez/odoocker.git @@ -14,9 +13,10 @@ echo '127.0.0.1 erp.odoo.test' | sudo tee -a /etc/hosts echo '127.0.0.1 pgadmin.odoo.test' | sudo tee -a /etc/hosts ``` - For Windows, go to `C:\Windows\System32\drivers\etc\`, and add this line: -``` + 127.0.0.1 erp.odoo.test 127.0.0.1 pgadmin.odoo.test +``` In order to understand how each environment works, take a look at `odoo/entrypoint.sh`.