From 28a1bf1a3a630e199a52f6d82b495cc69530361d Mon Sep 17 00:00:00 2001 From: Cyberneticmelon Date: Thu, 6 Mar 2025 22:29:03 -0500 Subject: [PATCH] Update docs/01-get-started/03-setup-openxr.md Co-authored-by: Jaiden Riordan --- docs/01-get-started/03-setup-openxr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-get-started/03-setup-openxr.md b/docs/01-get-started/03-setup-openxr.md index c739fddb..337e56b0 100644 --- a/docs/01-get-started/03-setup-openxr.md +++ b/docs/01-get-started/03-setup-openxr.md @@ -65,7 +65,7 @@ paru -S envision-xr-git On NixOS, it's generally easiest to follow the instructions at https://lvra.gitlab.io/docs/distros/nixos/ as Envision is currently unstable on NixOS and troubleshooting SteamVR can be tricky. ### Other options for installation -You can also download the [Envision AppImage](https://gitlab.com/gabmus/envision/-/pipelines?ref=main&status=success) directly. Once downloaded, unzip the archive and you should find a file named Envision-x86_64.AppImage. Make it executable either from your file manager with right click > properties > "executable as program", or under permissions enable "is executable" (this depends on your file manager) OR, from the terminal: `chmod +x Envision-x86_64.AppImage` +You can also download the [Envision AppImage](https://gitlab.com/gabmus/envision/-/pipelines?ref=main&status=success). Once downloaded, unzip the archive, you should find a file named Envision-x86_64.AppImage. You can do this from the properties menu in your file manager, or run `chmod +x Envision-x86_64.AppImage` in your terminal.