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 -------------