1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-04-19 21:22:15 +03:00

Installation instructions updated to use releases area

This commit is contained in:
Adrian McEwen 2013-11-23 12:28:37 +00:00
parent 9fddcdc121
commit fa50bfdbdb

View File

@ -8,9 +8,8 @@ HttpClient is a library to make it easier to interact with web servers from Ardu
## Installation ## Installation
1. Click the "Download Zip" button on the right-hand-side of https://github.com/amcewen/HttpClient and save the file somewhere 1. Download the latest version of the library from https://github.com/amcewen/HttpClient/releases and save the file somewhere
1. Run the Arduino IDE 1. In the Arduino IDE, go to the Sketch -> Import Library -> Add Library... menu option
1. In the IDE, go to the Sketch -> Import Library -> Add Library... menu option
1. Find the zip file that you saved in the first step, and choose that 1. Find the zip file that you saved in the first step, and choose that
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. 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.