From 07cdf95cb2311996973085b96209cf09901ee28a Mon Sep 17 00:00:00 2001 From: fe51 <55736935+fe51@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:21:18 +0200 Subject: [PATCH] docs: Added desc for windows etc/host path --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f3213ff..685767b 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ This repository provides a Docker Compose configuration to run a full Pyronear d ### Prerequisites * Docker and Docker Compose -* Add this line to `/etc/hosts` so the MinIO endpoint resolves correctly: - +* Add this line to your hosts file (`/etc/hosts` on Linux/macOS, `C:\Windows\System32\drivers\etc\hosts` on Windows): ``` 127.0.0.1 minio ```