mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
Update README
This commit is contained in:
parent
b136748168
commit
88d30322b5
|
@ -141,7 +141,7 @@ legendary auth
|
||||||
When using the prebuilt Windows executables of version 0.20.14 or higher this should open a new window with the Epic Login.
|
When using the prebuilt Windows executables of version 0.20.14 or higher this should open a new window with the Epic Login.
|
||||||
|
|
||||||
Otherwise, authentication is a little finicky since we have to go through the Epic website and manually copy a code.
|
Otherwise, authentication is a little finicky since we have to go through the Epic website and manually copy a code.
|
||||||
The login page should open in your browser and after logging in you should be presented with a JSON response that contains a code ("sid"), just copy the code into the terminal and hit enter.
|
The login page should open in your browser and after logging in you should be presented with a JSON response that contains a code ("authorizationCode"), just copy the code into the terminal and hit enter.
|
||||||
|
|
||||||
Alternatively you can use the `--import` flag to import the authentication from the Epic Games Launcher (manually specifying the used WINE prefix may be required on Linux).
|
Alternatively you can use the `--import` flag to import the authentication from the Epic Games Launcher (manually specifying the used WINE prefix may be required on Linux).
|
||||||
Note that this will log you out of the Epic Launcher.
|
Note that this will log you out of the Epic Launcher.
|
||||||
|
@ -269,9 +269,10 @@ optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--import Import Epic Games Launcher authentication data (logs
|
--import Import Epic Games Launcher authentication data (logs
|
||||||
out of EGL)
|
out of EGL)
|
||||||
--code <exchange code>
|
--code <authorization code>
|
||||||
Use specified exchange code instead of interactive
|
Use specified authorization code instead of interactive authentication
|
||||||
authentication
|
--token <exchange token>
|
||||||
|
Use specified exchange token instead of interactive authentication
|
||||||
--sid <session id> Use specified session id instead of interactive
|
--sid <session id> Use specified session id instead of interactive
|
||||||
authentication
|
authentication
|
||||||
--delete Remove existing authentication (log out)
|
--delete Remove existing authentication (log out)
|
||||||
|
|
Loading…
Reference in a new issue