From 01211864a5759921cb9673b3cb2783d319584b1e Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:49:15 -0800 Subject: [PATCH] docs: update doc --- docs/ulwgl.1.scd | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/ulwgl.1.scd b/docs/ulwgl.1.scd index f572acd15..5caf746df 100644 --- a/docs/ulwgl.1.scd +++ b/docs/ulwgl.1.scd @@ -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/ $ 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