From 5b0a0d7e3138b428f7acd1a87965f99f73c71fc2 Mon Sep 17 00:00:00 2001 From: Cyberneticmelon Date: Thu, 6 Mar 2025 22:28:37 -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 b77a5301..c739fddb 100644 --- a/docs/01-get-started/03-setup-openxr.md +++ b/docs/01-get-started/03-setup-openxr.md @@ -63,7 +63,7 @@ paru -S envision-xr-git -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. +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`