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 ```