From c6085ad48323606832d7a7b768b01c20e2a068e6 Mon Sep 17 00:00:00 2001 From: SQFMI Date: Mon, 29 Nov 2021 02:41:09 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 280c12d..a78170f 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,8 @@ Visit [**https://watchy.sqfmi.com**](https://watchy.sqfmi.com) for documentation ## Setup 1. In the Arduino IDE Boards Manager, install support for the ESP32. You can find instructions here: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html - - * (as instructions suggest) add the Espressif Arduino-ESP32 .json URL below to the Arduino IDE v1.8 or higher by going to: - * Preferences | Additional Board Manager URL's - https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json + * Arduino > Preferences > Additional Board Manager URL's + * ```https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json``` 2. Install this library (search for **Watchy** in the library manager), and any other depdencies when prompted 3. Check out the examples under ```Examples``` -> ```Watchy```