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

pull/7/head
pancho horrillo 2018-05-23 22:42:19 +02:00
parent a9a8d3e706
commit 5bd9caa63f
1 changed files with 2 additions and 2 deletions

View File

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