Update README.md

This commit is contained in:
Gianluca Boiano 2016-05-31 11:41:08 +02:00
parent 54bd22be81
commit d015ac6ce1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Note: The rule syntax may vary slightly depending on your environment. Consult t
# Clone the repo (replace repo-url with the Github URL)
git clone <repo-url>
# Create a sym-link to the rules file
sudo ln -s ./android-udev-rules/51-android.rules /etc/udev/rules.d/
sudo ln -s `pwd`/android-udev-rules/51-android.rules /etc/udev/rules.d/
# Change file permissions
sudo chmod a+r /etc/udev/rules.d/51-android.rules
# Restart UDEV