Skip to content

Commit 2fe8732

Browse files
committed
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.
1 parent 0f83d7a commit 2fe8732

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/umu.1.scd

+4-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ $ WINEPREFIX=~/foo GAMEID=0 PROTONPATH= umu-run ""
7474
*Example 5. Run a game and automatically set Proton*
7575

7676
```
77-
# First checks for a recent Proton at ~/.local/share/Steam/compatibilitytools.d
78-
# When Proton cannot be found, the latest umu-Proton will be downloaded
79-
# The cache ~/.cache/umu will be checked if the download fails or interrupted
77+
# Always checks for the latest release of UMU-Proton, and will download then
78+
# use it when available
79+
# NOTE: Previous stable versions of UMU-Proton will be auto removed in
80+
# compatibilitytools.d after the latest has been downloaded
8081
$ WINEPREFIX= GAMEID=0 umu-run foo.exe
8182
```
8283

0 commit comments

Comments
 (0)