use git in requirements example
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0ec51a2b4d
commit
5a8a1f560a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue