chore: update readme to make it more clear that you don't have to build anything

This commit is contained in:
Gabriele Musco 2024-08-01 09:54:18 +02:00
commit 100c61cb6b

View file

@ -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) ![](./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)
<details> <details>
<summary> <summary>
## Dependencies # Build instructions (for package maintainers and advanced users only)
</summary> </summary>
## Dependencies
### Arch ### Arch
You can find the Arch dependencies in the `PKGBUILD` in `dist/arch/PKGBUILD`. 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. 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.
</details>
## Building and running from source ## Building and running from source
@ -53,6 +53,8 @@ cd envision
./dist/appimage/build_appimage.sh ./dist/appimage/build_appimage.sh
``` ```
</details>
# Common issues # Common issues
## NOSUID with systemd-homed ## NOSUID with systemd-homed