Skip to content

Commit

Permalink
No need for pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitel committed Jun 12, 2017
1 parent 5ab453a commit a755127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ On Arch it should be enough to follow the [instructions for connecting a device
# Clone this repository
git clone git@github.com:M0Rf30/android-udev-rules.git
# Create a sym-link to the rules file
sudo cp `pwd`/android-udev-rules/51-android.rules /etc/udev/rules.d/
sudo cp android-udev-rules/51-android.rules /etc/udev/rules.d/
# 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
Expand Down

0 comments on commit a755127

Please sign in to comment.