From 0f469082a672d4015536720ca569ce343990aa32 Mon Sep 17 00:00:00 2001 From: Giang Nguyen Date: Tue, 14 Nov 2017 12:50:00 +0700 Subject: [PATCH] add sudo to cp command, improve comment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14a978c..dd47c92 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ 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 # Copy rules file - cp -v ./android-udev-rules/51-android.rules /etc/udev/rules.d/51-android.rules - # OR oreate a sym-link to the rules file + sudo cp -v ./android-udev-rules/51-android.rules /etc/udev/rules.d/51-android.rules + # OR oreate a sym-link to the rules file - choose this option if you'd like to update your udev rules using git. sudo ln -sf $PWD/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