mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 10:53:27 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# protontricks
|
||||
|
||||
> A simple wrapper that runs Winetricks commands for Proton enabled games.
|
||||
> More information: <https://github.com/Matoking/protontricks>.
|
||||
> More information: <https://github.com/Matoking/protontricks#usage>.
|
||||
|
||||
- Run the protontricks GUI:
|
||||
|
||||
@@ -18,15 +18,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run a command within a game's installation directory:
|
||||
|
||||
`protontricks -c {{command}} {{appid}}`
|
||||
`protontricks {{[-c|--command]}} {{command}} {{appid}}`
|
||||
|
||||
- [l]ist all installed games:
|
||||
- List all installed games:
|
||||
|
||||
`protontricks -l`
|
||||
`protontricks {{[-l|--list]}}`
|
||||
|
||||
- [s]earch for a game's App ID by name:
|
||||
- Search for a game's App ID by name:
|
||||
|
||||
`protontricks -s {{game_name}}`
|
||||
`protontricks {{[-s|--search]}} {{game_name}}`
|
||||
|
||||
- Run an executable in the proton environment of a specific game:
|
||||
|
||||
@@ -34,4 +34,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display help:
|
||||
|
||||
`protontricks --help`
|
||||
`protontricks {{[-h|--help]}}`
|
||||
|
||||
Reference in New Issue
Block a user