From 5a8a1f560a2a4ed769a46187ed024de8308c8c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Sat, 23 Mar 2019 09:59:44 +0100 Subject: [PATCH] use git in requirements example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e08decc..7783ced 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ TCP and UDP ports starting from 9000 will be exposed (e.g. 9000, 9001 and 9002 i Add to your `requirements.yml` file: ```yaml -- name: beacon_node - src: https://github.com/status-im/infra-role-beacon-node.git +- name: infra-role-beacon-node + src: git+git@github.com:status-im/infra-role-beacon-node.git + scm: git ``` # Configuration