From c32bfdde043de763d6f9d450e1b8b77092255763 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 9 Feb 2025 09:17:42 +0200 Subject: [PATCH] waypipe: add skip vulkan check example (#15673) --- pages/linux/waypipe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/waypipe.md b/pages/linux/waypipe.md index a93f016699..c317c7f033 100644 --- a/pages/linux/waypipe.md +++ b/pages/linux/waypipe.md @@ -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}}`