Skip to content

Commit

Permalink
docs: update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Mar 26, 2024
1 parent e0fd609 commit d4cd834
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/umu.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ $ WINEPREFIX= GAMEID=0 umu-run foo.exe
*Example 6. Run a game, automatically set Proton, and create a WINE prefix*

```
# This will create the prefix as ~/Games/umu/<umu-$GAMEID>
# This will create the prefix as ~/Games/umu/<umu-$GAMEID> and will
# set the latest UMU-Proton for the game
$ GAMEID=0 umu-run foo.exe
```

Expand All @@ -109,6 +110,13 @@ $ umu_LOG=1 WINEPREFIX= GAMEID=0 PROTONPATH= umu-run ~/foo.exe
$ WINEPREFIX= GAMEID=0 PROTONPATH=GE-Proton9-1 umu-run ~/foo.exe
```

*Example 10. Run a game and automatically use the latest GE-Proton*

```
# This will fetch for the latest GE-Proton build each run and set it
$ WINEPREFIX= GAMEID=0 PROTONPATH=GE-Proton umu-run ~/foo.exe
```

# AUTHORS

Maintained by Open Wine Components members, and assisted by other open source
Expand Down

0 comments on commit d4cd834

Please sign in to comment.