From 3813de8e7eb4b7ffaddfc9cfc15e094c6c9e2082 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 23 May 2018 23:59:09 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 213523d..e7c45f7 100644 --- a/README.md +++ b/README.md @@ -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`: