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
3c71229b7e
commit
01a140d356
|
@ -10,6 +10,9 @@ Its name as a tongue-in-cheek play on tiers of [item rarity in many MMORPGs](htt
|
||||||
Right now Legendary is in beta and not feature-complete. You might run into some bugs or issues.
|
Right now Legendary is in beta and not feature-complete. You might run into some bugs or issues.
|
||||||
If you do please [create an issue on GitHub](https://github.com/derrod/legendary/issues/new) so we can fix it.
|
If you do please [create an issue on GitHub](https://github.com/derrod/legendary/issues/new) so we can fix it.
|
||||||
|
|
||||||
|
**Note:** Legendary is currently a CLI (command-line interface) application without a graphical user interface,
|
||||||
|
it has to be run from a terminal (e.g. PowerShell)
|
||||||
|
|
||||||
**What works:**
|
**What works:**
|
||||||
- Authenticating with Epic's service
|
- Authenticating with Epic's service
|
||||||
- Downloading and installing your games and their DLC
|
- Downloading and installing your games and their DLC
|
||||||
|
@ -85,6 +88,8 @@ Note that in this example we used `sudo` to install the package on the system, t
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
|
**Tip:** When using PowerShell with a standalone executable all commands have to be prefixed with `.\`
|
||||||
|
|
||||||
To log in:
|
To log in:
|
||||||
````
|
````
|
||||||
legendary auth
|
legendary auth
|
||||||
|
|
Loading…
Reference in a new issue