README.md: Add missing .py suffix in setup instructions

This commit is contained in:
pancho horrillo
2018-05-23 22:42:19 +02:00
parent a9a8d3e706
commit 5bd9caa63f

View File

@@ -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