From dff9e5358ba3d55a23a4d6e6432e43289cb8f771 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 24 Dec 2017 09:11:02 +0100 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e4839b..537b910 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,13 @@ Either *name* or *upgrade* is required, both can not be used together. 1. Clone the *ansibe-aur* repository in your playbook custom-module directory: ``` mkdir --parents library -git clone git@github.com:kewlfft/ansible-aur.git library/ansible-aur +cd library +git clone git@github.com:kewlfft/ansible-aur.git ``` 2. Link the script to `library/aur`: ``` -ln --symbolic library/ansible-aur/aur.py library/aur +ln --symbolic ansible-aur/aur.py aur ``` ## Usage