1
0
Fork 0
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:
Managor 2025-02-09 09:17:42 +02:00 committed by GitHub
parent d9007c2ac2
commit c32bfdde04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`