diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-06-07 11:48:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:00 +0700 |
commit | 20bcacc3773c7034d8a50b71db85e496ee9160d2 (patch) | |
tree | dcdb8d7b9d6bcd0f42d0cc4bdec3b44af372dfbf /games/protonup/README | |
parent | 293070304947de0c80eac8f87b240d406c1a31af (diff) | |
download | slackbuilds-20bcacc3773c7034d8a50b71db85e496ee9160d2.tar.gz |
games/protonup: Added (cli proton-GE updater)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/protonup/README')
-rw-r--r-- | games/protonup/README | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/games/protonup/README b/games/protonup/README new file mode 100644 index 0000000000..cd578bc957 --- /dev/null +++ b/games/protonup/README @@ -0,0 +1,57 @@ +Set your installation directory before running the program with -d +"your/compatibilitytools.d/directory" + +Example: + +protonup -d "~/.steam/root/compatibilitytools.d/" + +To update to the latest version, just run protonup from a command line + +Example: + +protonup + +List available versions with --releases + +Example: + +protonup --releases + +Install a specific version with -t "version tag" + +Example: + +protonup -t 6.5-GE-2 + +By default the downloads are stored in a temporary folder. +Change it with -o "custom/download/directory" + +Example: + +protonup -o ~/Downloads + +List existing installations with -l + +Example: + +protonup -l + +Remove existing installations with -r "version tag + +Example: + +protonup -r 6.5-GE-2 + +Use --download to download Proton-GE to the current working directory +without installing it, you can override destination with -o + +Example: + +protonup --download + +Use -y toggle to carry out actions without any logging or interaction + +Example: + +protonup --download -o ~/Downloads -y + |