From b8c3cda011495c9c5259401dbc5aa9b9d22f4eb7 Mon Sep 17 00:00:00 2001 From: Joshndroid Date: Tue, 17 Oct 2017 17:08:42 +1000 Subject: [PATCH] Readme: Fix repo cloning for Ubuntu Currently the ubuntu steps listed to clone using git. This method causes authentication errors when realistically is not necessary for average user Just use the link provided from clicking the 'clone or download' link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebbe252..68d2918 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ On Arch it should be enough to follow the [instructions for connecting a device ### Ubuntu # Clone this repository - git clone git@github.com:M0Rf30/android-udev-rules.git + git clone https://github.com/M0Rf30/android-udev-rules.git # Create a sym-link to the rules file sudo cp android-udev-rules/51-android.rules /etc/udev/rules.d/ # Change file permissions