You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,8 @@ HttpClient is a library to make it easier to interact with web servers from Ardu
8
8
9
9
## Installation
10
10
11
-
1. Click the "Download Zip" button on the right-hand-side of https://github.com/amcewen/HttpClient and save the file somewhere
12
-
1. Run the Arduino IDE
13
-
1. In the IDE, go to the Sketch -> Import Library -> Add Library... menu option
11
+
1. Download the latest version of the library from https://github.com/amcewen/HttpClient/releases and save the file somewhere
12
+
1. In the Arduino IDE, go to the Sketch -> Import Library -> Add Library... menu option
14
13
1. Find the zip file that you saved in the first step, and choose that
15
14
1. Check that it has been successfully added by opening the Sketch -> Import Library menu. You should now see HttpClient listed among the available libraries.
0 commit comments