Readme: Fix repo cloning for Ubuntu

Currently the ubuntu steps listed to clone using git.
This method causes authentication errors when realistically is not
necessary for average user
Just use the link provided from clicking the 'clone or download' link.
This commit is contained in:
Joshndroid 2017-10-17 17:08:42 +10:00
parent 88e2e894ac
commit b8c3cda011
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ On Arch it should be enough to follow the [instructions for connecting a device
### Ubuntu
# Clone this repository
git clone git@github.com:M0Rf30/android-udev-rules.git
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/
# Change file permissions