From 3dc687a93bc356605c11f44dbf8562f9c0876e76 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Thu, 1 Aug 2024 10:06:03 +0200 Subject: [PATCH] chore: more detailed appimage instructions in the readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f78b8f..0531f1c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,12 @@ Orchestrator for the free XR stack. # Download Envision -You can download the latest AppImage snapshot: [GitLab Pipelines](https://gitlab.com/gabmus/envision/-/pipelines?page=1&scope=all&ref=main) +- You can download the latest AppImage snapshot: [GitLab Pipelines](https://gitlab.com/gabmus/envision/-/pipelines?page=1&scope=all&ref=main). +- Once downloaded, unzip the archive and you should find a file named `Envision-x86_64.AppImage`. +- Make it executable + - From your file manager: right click > properties > "executable as program", or under permissions enable "is executable" (this depends on your file manager) + - From the terminal: `chmod +x Envision-x86_64.AppImage` +- Double click the AppImage file to run it.