From 5314c7a89fbce56b9ffd106787ce7eab4262b254 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Thu, 15 Jun 2023 07:44:29 +0200 Subject: [PATCH] feat: add minimal readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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 +```