From d0bddf7953170e1e4cdc74f6f0b4f93c06d00f59 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 23 Dec 2017 22:51:30 +0100 Subject: [PATCH] readme correct install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba59779..1a72fb4 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Ansible module to use some AUR helpers. The following helpers are supported: Either *name* or *upgrade* is required, both can not be used together. ## Installing -1. Add as a custom module in your playbook: +1. Clone the ansibe-aur repository in your playbook custom module directory: ``` mkdir --parents library - git submodule add git://github.com/kewlfft/ansible-aur.git library/ansible-aur + git clone git@github.com:kewlfft/ansible-aur.git library/ansible-aur ``` 2. Link the script to the base of `library/`: