Skip to content

Commit

Permalink
docs: update comment in example
Browse files Browse the repository at this point in the history
- When running the launcher this way, WINE prefixes will not be prefixed with 'umu-'. The name of the directory will be the GAMEID value that is assigned, and in this case it's '0'.
  • Loading branch information
R1kaB3rN committed May 4, 2024
1 parent 506e0eb commit 80579e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/umu.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $ WINEPREFIX=~/.wine 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> and will
# This will create the prefix as ~/Games/umu/$GAMEID and will
# set the latest UMU-Proton for the game
$ GAMEID=0 umu-run foo.exe
```
Expand Down

0 comments on commit 80579e5

Please sign in to comment.