feat: add minimal readme

This commit is contained in:
Gabriele Musco 2023-06-15 07:44:29 +02:00
parent 7745b364e3
commit 5314c7a89f
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# Rex2
UI for building, configuring and running Monado, the open source OpenXR runtime.
## Running
```bash
git clone https://gitlab.com/gabmus/rex2
cd rex2
cargo run
```