mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-09-17 00:20:38 +03:00
README.md: Add missing .py suffix in setup instructions
This commit is contained in:
@@ -38,9 +38,9 @@ cd library
|
|||||||
git clone git@github.com:kewlfft/ansible-aur.git
|
git clone git@github.com:kewlfft/ansible-aur.git
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Link the script `library/ansible-aur/aur.py` to `library/aur`:
|
2. Link the script `library/ansible-aur/aur.py` to `library/aur.py`:
|
||||||
```
|
```
|
||||||
ln --symbolic ansible-aur/aur.py aur
|
ln --symbolic ansible-aur/aur.py aur.py
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Reference in New Issue
Block a user