Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Mar 7, 2024
1 parent 71e8af8 commit 0121186
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/ulwgl.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,22 @@ $ WINEPREFIX= GAMEID=0 ulwgl-run foo.exe
```

```
# Play a game, download the latest Proton and create a prefix
# Play a game, automatically set Proton and create a prefix
# This will create the prefix as ~/Games/ULWGL/<ulwgl-$GAMEID>
$ GAMEID=0 ulwgl-run foo.exe
```

```
# Play a game and explicitly set a valid Proton verb
$ WINEPREFIX= GAMEID=0 PROTONPATH= PROTON_VERB=waitforexitandrun ulwgl-run ~/foo.exe
```

```
# Play a game and enable debug logs
# Valid values include: 1, warn, debug
$ ULWGL_LOG=1 WINEPREFIX= GAMEID=0 PROTONPATH= ulwgl-run ~/foo.exe
```

# AUTHORS

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

0 comments on commit 0121186

Please sign in to comment.