From 0aae154ab99015f584a62fd220f7da6f93021a5f Mon Sep 17 00:00:00 2001 From: Matt Booth Date: Wed, 9 May 2018 09:24:19 +0100 Subject: [PATCH] Fixed symbolic link Previous to this addition, the symbolic link did not work. However this will work on most Linux systems. This closes M0Rf30/android-udev-rules#144 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 466f65c..c17ba47 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ On Arch it should be enough to follow the [instructions for connecting a device # Copy rules file sudo cp -v 51-android.rules /etc/udev/rules.d/51-android.rules # OR create a sym-link to the rules file - choose this option if you'd like to update your udev rules using git. - sudo ln -sf 51-android.rules /etc/udev/rules.d/51-android.rules + sudo ln -sf "$PWD"/51-android.rules /etc/udev/rules.d/51-android.rules # Change file permissions sudo chmod a+r /etc/udev/rules.d/51-android.rules # If adbusers group already exists remove old adbusers group