From 09fc732ae9d1a6f4ba277bd8ed87eb459bcba597 Mon Sep 17 00:00:00 2001 From: Yhael S Date: Wed, 19 Apr 2023 14:33:56 -0500 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfa794d..d36089f 100644 --- a/README.md +++ b/README.md @@ -13,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`.