mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 03:15:23 +02:00
waypipe: add skip vulkan check example (#15673)
This commit is contained in:
parent
d9007c2ac2
commit
c32bfdde04
1 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,7 @@
|
|||
- Open an SSH tunnel to run any program remotely and display it locally:
|
||||
|
||||
`waypipe ssh {{user}}@{{server}}`
|
||||
|
||||
- Skip testing for Vulkan support:
|
||||
|
||||
`waypipe --test-skip-vulkan ssh {{user}}@{{server}} {{program}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue