use git in requirements example

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-03-23 09:59:44 +01:00
parent 0ec51a2b4d
commit 5a8a1f560a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 2 deletions

View File

@ -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: Add to your `requirements.yml` file:
```yaml ```yaml
- name: beacon_node - name: infra-role-beacon-node
src: https://github.com/status-im/infra-role-beacon-node.git src: git+git@github.com:status-im/infra-role-beacon-node.git
scm: git
``` ```
# Configuration # Configuration