From 7f372968348dc3ba9cbe82ae433bb40eedbe0d53 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sat, 23 Mar 2024 08:08:11 +0000 Subject: [PATCH] chore: relabel running section as build and run from source in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae95ce9..18cc0ee 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ UI for building, configuring and running Monado, the open source OpenXR runtime. Download the latest AppImage snapshot: [GitLab Pipelines](https://gitlab.com/gabmus/envision/-/pipelines?page=1&scope=all&ref=main) -## Running +## Building and running from source ```bash git clone https://gitlab.com/gabmus/envision/ -cd envision +cd envision meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development ninja -C build ninja -C build install