mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-07-27 05:53:50 +03:00
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:
@@ -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`:
|
||||
|
Reference in New Issue
Block a user