From 3738c12ad29397a75b8d24a01e6956a346d4ba8a Mon Sep 17 00:00:00 2001 From: Slashbunny Date: Tue, 8 Oct 2019 21:52:04 -0400 Subject: [PATCH] Clarify README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc5dd17..e2637b2 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,16 @@ Download plugins to Galaxy's "installed" directory: python download.py -d %localappdata%\GOG.com\Galaxy\plugins\installed ``` -Use your own local plugins YAML file: +# Advanced Usage + +By default the list of plugins comes from the YAML file in this repository. You +can use your own local plugins YAML file like this: ``` python download.py -d output-directory -c plugins.yaml ``` -Use your own remote plugins YAML file: +Or use your own remote plugins YAML file hosted at any URL: ``` python download.py -d output-directory -c https://www.mydomain.com/gog-plugins.yaml