From 2bdf82d6082c03e551d8139f13269d2d1d6ea8bb Mon Sep 17 00:00:00 2001 From: Artyom Savchenko Date: Wed, 4 Feb 2026 13:50:22 +0700 Subject: [PATCH] Update etc/hosts path for Windows (#10482) Signed-off-by: Artem Savchenko --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f72b7871b..16a2c23c89 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,10 @@ sh ./scripts/build.sh By default, Docker volumes named dev_db, dev_elastic, and dev_files will be created for the MongoDB, Elasticsearch, and MinIO instances. -Add the following line to your /etc/hosts file +Add the following lines to your hosts file: + +- **macOS / Linux:** `/etc/hosts` +- **Windows:** `C:\Windows\System32\drivers\etc\hosts` ```plain 127.0.0.1 huly.local