mirror of https://github.com/kewlfft/ansible-aur
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.pull/7/head
parent
fd510b7c61
commit
3813de8e7e
|
@ -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`:
|
||||
|
|
Loading…
Reference in New Issue