mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-09-17 00:20:38 +03:00
README.md: Drop spurious --parents flag to mkdir
Since we are creating a single directory, mkdir --parents is exactly the same as plain mkdir.
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user