From 9d932bf89d36c73ed2d01e5ee6ad520f87b72560 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Sat, 17 Jun 2017 16:06:22 +0200 Subject: [PATCH] Update README.md replacing clone url with http --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 472777e..6730ea8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ e.g. ``` cd /my/repos/ -git clone git@github.com:elastic/ansible-elasticsearch.git +git clone https://github.com/elastic/ansible-elasticsearch.git cd /my/ansible/playbook mkdir -p roles ln -s /my/repos/ansible-elasticsearch ./roles/elasticsearch