Document galaxy install from local clones (#70941)
This commit is contained in:
parent
5c8520fbd9
commit
787e6108e0
1 changed files with 3 additions and 0 deletions
|
@ -270,6 +270,9 @@ Use the following example as a guide for specifying roles in *requirements.yml*:
|
|||
# from galaxy
|
||||
- name: yatesr.timezone
|
||||
|
||||
# from locally cloned git repository (file:// requires full paths)
|
||||
- src: file:///home/bennojoy/nginx
|
||||
|
||||
# from GitHub
|
||||
- src: https://github.com/bennojoy/nginx
|
||||
|
||||
|
|
Loading…
Reference in a new issue