From 3aaaf07ff0365720a11a616cd09a0e92010c02b3 Mon Sep 17 00:00:00 2001 From: Kitlith Date: Tue, 3 Jun 2025 00:45:53 -0700 Subject: [PATCH] missing `/bin` for wivrn in launch script Thanks Jayden! --- content/docs/distros/Asahi_Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/distros/Asahi_Linux.md b/content/docs/distros/Asahi_Linux.md index a973dff..f4bc3a5 100644 --- a/content/docs/distros/Asahi_Linux.md +++ b/content/docs/distros/Asahi_Linux.md @@ -66,7 +66,7 @@ ping -c1 8.8.8.8 # launch monado or wivrn # path/to/vr-multiarch-build/prefixes/monado-aarch64/bin/monado-service -# dbus-launch path/to/vr-multiarch-build/prefixes/wivrn-aarch64/wivrn-server --no-publish-service --no-manage-active-runtime +# dbus-launch path/to/vr-multiarch-build/prefixes/wivrn-aarch64/bin/wivrn-server --no-publish-service --no-manage-active-runtime ``` For ease, going forward, I will assume that this script is located within the home directory, named `launch_monado.sh`, and has the executable bit set.