diff --git a/README.md b/README.md
index bb7bf7f..7467538 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ git submodule update --init
```
### ESP-IDF environnement configuration
-- If you're on Windows : Install [ESP-IDF v5.1.1](https://github.com/espressif/esp-idf/releases/tag/v5.1.1) locally. More info: [https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup-update.html](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup-update.html)
+- If you're on Windows : Install [ESP-IDF v5.1.1](https://github.com/espressif/esp-idf/releases/tag/v5.1.1) locally ([More info](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup-update.html)).
- If you're on Linux : Use the docker image for ESP-IDF by following [docker build](doc/docker_build.md) doc.