From 45863a166cf832cc8845d3a74ea8558e143fa0c7 Mon Sep 17 00:00:00 2001 From: Andrew Sellers Date: Thu, 2 Nov 2017 14:07:15 -0700 Subject: [PATCH] Deleted extra 'sudo' in earlier correction. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c54d9ab..b943d14 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ On Arch it should be enough to follow the [instructions for connecting a device # Clone this repository git clone https://github.com/M0Rf30/android-udev-rules.git # Create a sym-link to the rules file - sudo sudo ln -s android-udev-rules/51-android.rules /etc/udev/rules.d/51-android.rules + sudo ln -s android-udev-rules/51-android.rules /etc/udev/rules.d/51-android.rules # Change file permissions sudo chmod a+r /etc/udev/rules.d/51-android.rules # add the adbusers group if it's doesn't already exist