chore: update running instructions in readme

This commit is contained in:
Gabriele Musco 2023-06-18 13:17:10 +02:00
parent b7493330c0
commit e4ac027eee
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

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