From 09d4de670957d96cf48380e8e9171db5b7ae54a1 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 24 Aug 2018 12:41:06 -0700 Subject: [PATCH] Correct installation instructions The previous installation instructions recommended installing the library to the Arduino IDE installation folder. This is a terrible idea because all libraries installed there are lost whenever you update to a new version of the Arduino IDE. The correct place to install libraries is to the libraries subfolder of the sketchbook folder. --- README | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/README b/README index c7368c6..b79cff5 100644 --- a/README +++ b/README @@ -14,23 +14,11 @@ This library was inspired by the SerialIP implementation by Adam Nielsen Preferences > Sketchbook location - C:\> cd [path to Arduino distribution]\libraries - C:\> git clone https://github.com/ntruchsess/arduino_uip UIPEthernet - -Be sure to restart the IDE if it was running. - -On a Mac, you will want to create a folder named "libraries" in in the "Documents" -> "Arduino" folder within your home directory. Clone the project there (and restart the IDE, if it was running during this process). - - $ cd ~/Documents/Arduino/libraries - $ git clone https://github.com/ntruchsess/arduino_uip UIPEthernet - -Or you download the zipped version of the library from https://github.com/ntruchsess/arduino_uip/releases, and copy the contained directory UIPEthernet to [path to Arduino distribution]\libraries\UIPEthernet. - -If you are running Arduino-IDE 1.5.x use release-version 1.59 or checkout branch 'Arduino_1.5.x' - -Additional information can be found on the Arduino website: http://www.arduino.cc/en/Hacking/Libraries +Additional information can be found on the Arduino website: https://www.arduino.cc/en/Guide/Libraries Documentation -------------