From f3f27aff6b69ac81ff2336a4cc61556108d73e84 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 23 Dec 2017 22:42:35 +0100 Subject: [PATCH] readme correct install instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e3dc2f6..ba59779 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,15 @@ 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 submodule in your playbook: +1. Add as a custom module in your playbook: ``` - mkdir --parents library/external_modules - git submodule add git://github.com/kewlfft/ansible-aur.git library/external_modules/ansible-aur + mkdir --parents library + git submodule add git://github.com/kewlfft/ansible-aur.git library/ansible-aur ``` 2. Link the script to the base of `library/`: ``` - ln --symbolic external_modules/ansible-aur/aur.py library/aur + ln --symbolic library/ansible-aur/aur.py library/aur ``` ## Usage