mirror of https://github.com/kewlfft/ansible-aur
readme correct install instructions
parent
f3f27aff6b
commit
d0bddf7953
|
@ -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.
|
Either *name* or *upgrade* is required, both can not be used together.
|
||||||
|
|
||||||
## Installing
|
## 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
|
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/`:
|
2. Link the script to the base of `library/`:
|
||||||
|
|
Loading…
Reference in New Issue