diff --git a/README.md b/README.md new file mode 100644 index 0000000..307fe70 --- /dev/null +++ b/README.md @@ -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 +```