Skip to content

Commit

Permalink
docs: update comment after implementation change
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
R1kaB3rN committed Mar 28, 2024
1 parent 0f83d7a commit 2fe8732
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/umu.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 2fe8732

Please sign in to comment.