|
hey, sorry for the ingnorance, but i dont really k how to install the update anounced, im really newbi with this stuf haha ;) |
Replies: 1 comment
|
No worries. There are two different “updates” here, so pick the one you mean: Updating Legendary itself to the announced The simplest path is the standalone file from the latest release page. Download the asset that matches your system:
Then put it somewhere in your PATH. On Linux/macOS also run: chmod +x legendaryIf you installed through Python instead, update the Python package instead of downloading the standalone binary: python -m pip install -U legendary-glThe README says current Legendary needs Python 3.10 or newer, so if that command fails, check: python --versionUpdating an installed game That is a Legendary command after you already have the program installed: legendary list-installed --check-updates
legendary update "Game Name"
After installing/updating Legendary, run: legendary auth
legendary listIf those work, the CLI is installed correctly. If this gets you unstuck, please mark the answer so other new users can tell CLI updates from game updates. |
No worries. There are two different “updates” here, so pick the one you mean:
Updating Legendary itself to the announced
0.21.0releaseThe simplest path is the standalone file from the latest release page. Download the asset that matches your system:
legendary_windows_x64.exelegendary_windows_arm64.exelegendary_linux_x64legendary_linux_arm64legendary_macOS.zip, or the matchinglegendary_macOS_x64/legendary_macOS_arm64binaryThen put it somewhere in your PATH. On Linux/macOS also run:
If you installed through Python instead, update the Python package instead of downloading the standalone binary: