From 640a881e0e99af8a214d7d73267ac55ddea034e1 Mon Sep 17 00:00:00 2001 From: Emma Litwa-Vulcu <80431903+reiniiriarios@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:14:22 -0800 Subject: [PATCH] docs: install note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a3ac5af..7d1d7da 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ adapt this library for a different WiFi driver, look to the `wifiSetup()`, `wifi `mqttConnect()` and related methods. If you'd like to adapt the library for ethernet, these same methods could likely be simplified or removed from the loop. +## Install + +The easiest way to install is to search for `MQTT_Looped` in the Library Manager in the [Arduino IDE](https://www.arduino.cc/en/software) or [VS Code extension](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino). + ## Usage See [examples](./examples/basic/basic.ino) for example usage.