From fa50bfdbdb3f848bbc88378d3f06d28655d902db Mon Sep 17 00:00:00 2001 From: Adrian McEwen Date: Sat, 23 Nov 2013 12:28:37 +0000 Subject: [PATCH] Installation instructions updated to use releases area --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81fce7c..d55dfa4 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,8 @@ HttpClient is a library to make it easier to interact with web servers from Ardu ## Installation -1. Click the "Download Zip" button on the right-hand-side of https://github.com/amcewen/HttpClient and save the file somewhere -1. Run the Arduino IDE -1. In the IDE, go to the Sketch -> Import Library -> Add Library... menu option +1. Download the latest version of the library from https://github.com/amcewen/HttpClient/releases and save the file somewhere +1. In the Arduino 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. Check that it has been successfully added by opening the Sketch -> Import Library menu. You should now see HttpClient listed among the available libraries.