8000 Added Arduino IDE Library Manager to Arduino IDE install notes · petraq/esp32_https_server@f9513ac · GitHub
[go: up one dir, main page]

Skip to content

Commit f9513ac

Browse files
committed
Added Arduino IDE Library Manager to Arduino IDE install notes
1 parent da80324 commit f9513ac

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,19 @@ git clone https://github.com/fhessel/esp32_https_server.git
5353

5454
> **Note:** While the `master` branch should contain a running version of the library at any time, the API might already have changes towards the next major release. So for a stable setup, it is recommended to use a published release.
5555
56-
### Arduino
56+
### Arduino IDE
5757

58-
Download [the latest release](https://github.com/fhessel/esp32_https_server/releases) and extract it into your Arduino/libraries folder. Then restart your IDE.
58+
You can install the library using Arduino IDE's [library manager](https://www.arduino.cc/en/Guide/Libraries). In the _Sketch_ menu, click on _Include Library_ and select _Manage Libraries..._ directly at the top of the menu. Then search for "ESP32 HTTPS Server" and click on the _Install_ button.
5959

60-
You then should be able to add the library to your project if you selected the ESP32 as architecture.
60+
Alternatively, you can download [a release](https://github.com/fhessel/esp32_https_server/releases) and extract it into your `Arduino/libraries` folder. Then restart your IDE.
61+
62+
If you want to use the latest `master` branch, open a command line, navigate to the libraries folder and run:
63+
64+
```bash
65+
git clone https://github.com/fhessel/esp32_https_server.git
66+
```
67+
68+
> **Note:** While the `master` branch should contain a running version of the library at any time, the API might already have changes towards the next major release. So for a stable setup, it is recommended to use a published release.
6169
6270
## Examples
6371

0 commit comments

Comments
 (0)
0