diff --git a/README.md b/README.md index 63de591..112a4ca 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ A comprehensive ESP-IDF library for interfacing with the Bosch BME68x environmen └── platformio.ini ``` + - Alternatively For PlatformIO you can add _lib_deps_ in _platformio.ini_ + + ```ini + lib_deps = + git+https://home.arcoa.eu:8413/esp32libs/BME68x_manager.git + ``` + 2. Include the library in your source files: ```c