Skip to content

Commit

Permalink
Uh
Browse files Browse the repository at this point in the history
  • Loading branch information
M0REKZ committed Mar 7, 2023
1 parent edba0e6 commit 0303baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/epic-games.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ How to get game data from Epic Games

NOTE: Since this is a third-party open source software, we cant guarantee anything, use at your own risk

1. Open `Terminal.app` and enter the folder where you saved legendary `cd /path/to/legendary/` (you can type `cd`, add an space, and then drag in terminal window the Folder)
1. Open `Terminal.app` and enter the folder where you saved legendary `cd /path/to/legendary/` (you can type `cd`, add an space, and then drag the folder in terminal window)
2. Type `./legendary auth` to login, your web browser will be open, you may need to login with your account.
3. Copy the code that legendary is requesting you
4. You are logged in! Now type `./legendary list --platform Windows` (for some games maybe you will need to replace `Windows` with `Win32`)
5. A list will appear showing all games in your account that compatible with the specified platform (in this case Windows), search for the game you want to install, you should copy the code next to "App name"
5. A list will appear showing all games in your account that are compatible with the specified platform (in this case Windows), search for the game you want to install, you should copy the code next to "App name"
6. Then type `./legendary install CODEHERE --platform Windows`(Dont forgot to replace "CODEHERE" with the code from the step above!), legendary will start downloading the Windows version of the game.
7. Thats all! Now the game should be located at your Home folder, inside Games folder (`~/Games/`)

Expand Down

0 comments on commit 0303baf

Please sign in to comment.