From 89aa71cd8d6defbbfe81c513972e3e4c04968961 Mon Sep 17 00:00:00 2001 From: Mitsukuni Sato Date: Tue, 31 Dec 2019 14:32:07 +0900 Subject: [PATCH] Fixed wrong git URI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68d31b7..f19f2c0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ afLib is packaged as an Arduino-compatible library for ease of installing in the ### Arduino Installation ### * If you are familiar with using git, you can use it to clone this directory into your Arduino installation. - From a command line, change directories to your Aduino "libraries" folder ("Documents/Arduino/libraries" for Mac, "My Documents/Ardino/libraries" for Windows) and clone this project with "git clone https://github.com/aferodeveloper/afLib4.git" + From a command line, change directories to your Aduino "libraries" folder ("Documents/Arduino/libraries" for Mac, "My Documents/Ardino/libraries" for Windows) and clone this project with "git clone https://github.com/aferodeveloper/afLib.git" * If you don't use git, you can download this project from the "Clone or Download" button at the top of the page, then select "Download ZIP". Unzip the downloaded file "afLib4-master.zip" and it will create a folder called "afLib4-master". *Rename this folder* from "afLib4-master" to just "afLib4", then move it to the Arduino/libraries folder. The folder must be named *afLib4* and not *afLib4-master* for the Arduino sotware to properly recognize it.