mirror of https://github.com/kewlfft/ansible-aur
README.md: Drop spurious --parents flag to mkdir
Since we are creating a single directory, mkdir --parents is exactly the same as plain mkdir.pull/7/head
parent
98031b260a
commit
fd510b7c61
|
@ -33,7 +33,7 @@ Note the module is installed in `/usr/share/ansible/plugins/modules` which is on
|
||||||
### Manual installation
|
### Manual installation
|
||||||
1. Clone the *ansible-aur* repository in your playbook custom-module directory:
|
1. Clone the *ansible-aur* repository in your playbook custom-module directory:
|
||||||
```
|
```
|
||||||
mkdir --parents library
|
mkdir library
|
||||||
cd library
|
cd library
|
||||||
git clone git@github.com:kewlfft/ansible-aur.git
|
git clone git@github.com:kewlfft/ansible-aur.git
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue