mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-07-27 05:53:50 +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
|
||||
```
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user