README.md: Favor the https flavor over the ssh one

The ssh descriptor requires the installer to have a github account, whilst the
https works out-of-the-box for everyone.
This commit is contained in:
pancho horrillo
2018-05-23 23:59:09 +02:00
parent fd510b7c61
commit 3813de8e7e

View File

@@ -35,7 +35,7 @@ Note the module is installed in `/usr/share/ansible/plugins/modules` which is on
```
mkdir library
cd library
git clone git@github.com:kewlfft/ansible-aur.git
git clone https://github.com/kewlfft/ansible-aur.git
```
2. Link the script `library/ansible-aur/aur.py` to `library/aur.py`: