mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-07-27 05:53:50 +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
|
||||
1. Clone the *ansible-aur* repository in your playbook custom-module directory:
|
||||
```
|
||||
mkdir --parents library
|
||||
mkdir library
|
||||
cd library
|
||||
git clone git@github.com:kewlfft/ansible-aur.git
|
||||
```
|
||||
|
Reference in New Issue
Block a user