mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
Update README
This commit is contained in:
parent
2ff6712932
commit
27a3d83c45
20
README.md
20
README.md
|
@ -31,8 +31,9 @@ it has to be run from a terminal (e.g. PowerShell)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Linux or Windows (64-bit)
|
- Linux, Windows, or macOS (64-bit)
|
||||||
- python 3.8+ (64-bit on Windows)
|
+ macOS support is in an early stage, and only tested on 12.0+
|
||||||
|
- python 3.8+ (64-bit)
|
||||||
- PyPI packages: `requests`, optionally `setuptools` and `wheel` for setup/building
|
- PyPI packages: `requests`, optionally `setuptools` and `wheel` for setup/building
|
||||||
|
|
||||||
## How to run/install
|
## How to run/install
|
||||||
|
@ -276,8 +277,7 @@ optional arguments:
|
||||||
--dlm-debug Set download manager and worker processes' loglevel to
|
--dlm-debug Set download manager and worker processes' loglevel to
|
||||||
debug
|
debug
|
||||||
--platform <Platform>
|
--platform <Platform>
|
||||||
Platform override for download (also sets --no-
|
Platform for install (default: installed or Windows)
|
||||||
install)
|
|
||||||
--prefix <prefix> Only fetch files whose path starts with <prefix> (case
|
--prefix <prefix> Only fetch files whose path starts with <prefix> (case
|
||||||
insensitive)
|
insensitive)
|
||||||
--exclude <prefix> Exclude files starting with <prefix> (case
|
--exclude <prefix> Exclude files starting with <prefix> (case
|
||||||
|
@ -405,7 +405,7 @@ optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--force-download Always download instead of using on-disk manifest
|
--force-download Always download instead of using on-disk manifest
|
||||||
--platform <Platform>
|
--platform <Platform>
|
||||||
Platform override for download (disables install)
|
Platform (default: Windows)
|
||||||
--manifest <uri> Manifest URL or path to use instead of the CDN one
|
--manifest <uri> Manifest URL or path to use instead of the CDN one
|
||||||
--csv Output in CSV format
|
--csv Output in CSV format
|
||||||
--tsv Output in TSV format
|
--tsv Output in TSV format
|
||||||
|
@ -478,7 +478,7 @@ optional arguments:
|
||||||
|
|
||||||
Command: import-game
|
Command: import-game
|
||||||
usage: legendary import-game [-h] [--disable-check] [--with-dlcs]
|
usage: legendary import-game [-h] [--disable-check] [--with-dlcs]
|
||||||
[--skip-dlcs]
|
[--skip-dlcs] [--platform <Platform>]
|
||||||
<App Name> <Installation directory>
|
<App Name> <Installation directory>
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
|
@ -494,6 +494,8 @@ optional arguments:
|
||||||
--with-dlcs Automatically attempt to import all DLCs with the base
|
--with-dlcs Automatically attempt to import all DLCs with the base
|
||||||
game
|
game
|
||||||
--skip-dlcs Do not ask about importing DLCs.
|
--skip-dlcs Do not ask about importing DLCs.
|
||||||
|
--platform <Platform>
|
||||||
|
Platform override for import
|
||||||
|
|
||||||
|
|
||||||
Command: egl-sync
|
Command: egl-sync
|
||||||
|
@ -530,7 +532,8 @@ optional arguments:
|
||||||
|
|
||||||
|
|
||||||
Command: info
|
Command: info
|
||||||
usage: legendary info [-h] [--offline] [--json] <App Name/Manifest URI>
|
usage: legendary info [-h] [--offline] [--json] [--platform <Platform>]
|
||||||
|
<App Name/Manifest URI>
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
<App Name/Manifest URI>
|
<App Name/Manifest URI>
|
||||||
|
@ -540,6 +543,9 @@ optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--offline Only print info available offline
|
--offline Only print info available offline
|
||||||
--json Output information in JSON format
|
--json Output information in JSON format
|
||||||
|
--platform <Platform>
|
||||||
|
Platform to fetch info for (default: installed or
|
||||||
|
Windows)
|
||||||
|
|
||||||
|
|
||||||
Command: alias
|
Command: alias
|
||||||
|
|
Loading…
Reference in a new issue