From d4cd834a45e32f17d578e724656e13e13c6e052e Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:00:58 -0700 Subject: [PATCH] docs: update examples --- docs/umu.1.scd | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/umu.1.scd b/docs/umu.1.scd index 3d8001dc..32d8d3bd 100644 --- a/docs/umu.1.scd +++ b/docs/umu.1.scd @@ -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/ +# This will create the prefix as ~/Games/umu/ and will +# set the latest UMU-Proton for the game $ GAMEID=0 umu-run foo.exe ``` @@ -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