Skip to content

Commit

Permalink
README: document args
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivshti committed Jan 16, 2018
1 parent 2ef46d2 commit c88cfc4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@ make

1. Bump the version in the `stremio.pro` file
2. Create a git tag with the corresponding version

## Arguments

``--development``: would make the shell load from `http://127.0.0.1:11470` instead of `https://app.strem.io` and would force the shell to not try and start a streaming server

``--streaming-server``: when used with ``development``, it would make the shell try to start a streaming server; this is the default behaviour in production

``--autoupdater-force``: would force the auto-updater to check for a new version

``--autoupdater-force-full``: would force the auto-updater to always perform a full update (rather than partial)

``--autoupdater-endpoint``: would override the default checking endpoints for the autoupdater

0 comments on commit c88cfc4

Please sign in to comment.