mirror of https://github.com/kewlfft/ansible-aur
README.md: Add missing .py suffix in setup instructions
parent
a9a8d3e706
commit
5bd9caa63f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue