Skip to content

Commit

Permalink
Clarify README
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashbunny committed Oct 9, 2019
1 parent 4be131d commit 3738c12
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3738c12

Please sign in to comment.