updated readme to replace cp command with symlink command

This commit is contained in:
Andrew Sellers 2017-11-02 11:43:27 -07:00
parent da3a426bda
commit e002330456
1 changed files with 1 additions and 1 deletions

View File

@ -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 cp android-udev-rules/51-android.rules /etc/udev/rules.d/
sudo 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