From 2fe873254546410762eeb5c92c1c036fd2da0d29 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Thu, 28 Mar 2024 08:51:47 -0700 Subject: [PATCH] docs: update comment after implementation change - The latest release of UMU-Proton will always be checked and set for the user. The directory compatibilitytools.d will be used as the fallback in case the user is offline. Moreover, the cache ~/.cache/umu will no longer be used to save the archives, so users can safely remove them. --- docs/umu.1.scd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/umu.1.scd b/docs/umu.1.scd index 47cbd8e9f..5ea86bc9c 100644 --- a/docs/umu.1.scd +++ b/docs/umu.1.scd @@ -74,9 +74,10 @@ $ WINEPREFIX=~/foo GAMEID=0 PROTONPATH= umu-run "" *Example 5. Run a game and automatically set Proton* ``` -# First checks for a recent Proton at ~/.local/share/Steam/compatibilitytools.d -# When Proton cannot be found, the latest umu-Proton will be downloaded -# The cache ~/.cache/umu will be checked if the download fails or interrupted +# Always checks for the latest release of UMU-Proton, and will download then +# use it when available +# NOTE: Previous stable versions of UMU-Proton will be auto removed in +# compatibilitytools.d after the latest has been downloaded $ WINEPREFIX= GAMEID=0 umu-run foo.exe ```