From 100c61cb6b9699aa0d2386ff43a6faf80ae516d8 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Thu, 1 Aug 2024 09:54:18 +0200 Subject: [PATCH] chore: update readme to make it more clear that you don't have to build anything --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1c4f2e7..5f78b8f 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,21 @@ Also consider that due to the unstable nature of the app, it's possible to encou ![](./data/icons/org.gabmus.envision.svg) -UI for building, configuring and running Monado, the open source OpenXR runtime. +Orchestrator for the free XR stack. -Download the latest AppImage snapshot: [GitLab Pipelines](https://gitlab.com/gabmus/envision/-/pipelines?page=1&scope=all&ref=main) +# Download Envision + +You can download the latest AppImage snapshot: [GitLab Pipelines](https://gitlab.com/gabmus/envision/-/pipelines?page=1&scope=all&ref=main)
-## Dependencies +# Build instructions (for package maintainers and advanced users only) +## Dependencies + ### Arch You can find the Arch dependencies in the `PKGBUILD` in `dist/arch/PKGBUILD`. @@ -29,10 +33,6 @@ You can find the Arch dependencies in the `PKGBUILD` in `dist/arch/PKGBUILD`. You can find the Debian dependencies in the `.gitlab-ci.yml` file in this repository, in particular you can find the install command used by the CI in the `appimage` stage. -
- - - ## Building and running from source @@ -53,6 +53,8 @@ cd envision ./dist/appimage/build_appimage.sh ``` + + # Common issues ## NOSUID with systemd-homed