diff --git a/docs/docsite/rst/galaxy/user_guide.rst b/docs/docsite/rst/galaxy/user_guide.rst index 4bc3834db00..85b20c07802 100644 --- a/docs/docsite/rst/galaxy/user_guide.rst +++ b/docs/docsite/rst/galaxy/user_guide.rst @@ -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