From e4ac027eeefe88632e0d6aefbb76aafd6e8a9e9f Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sun, 18 Jun 2023 13:17:10 +0200 Subject: [PATCH] chore: update running instructions in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba83bdb..9caafd8 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,8 @@ UI for building, configuring and running Monado, the open source OpenXR runtime. ```bash git clone https://gitlab.com/gabmus/rex2 cd rex2 -cargo run +meson setup build -Dprefix="$PWD/build/localprefix" -Dprofile=development +ninja -C build +ninja -C build install +./build/localprefix/bin/rex2 ```