From 4d71663c9f959feb84ab1c0015c066c56f7a0b33 Mon Sep 17 00:00:00 2001 From: 2-3-5-41 <93025618+2-3-5-41@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:45:40 -0500 Subject: [PATCH] minor addition to readme troubleshooting section. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 94cb820..8fe5d79 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ To see it in action run the example in `examples` with `cargo run --example xr` ## Troubleshooting -- I'm getting a `CMake error: ...` on Linux. - - Make sure you have the `openxr` package installed on your system. - - Append `--no-default-features` to your build command (example: `cargo run --example xr --no-default-features`) +- Make sure, if you're on Linux, that you have the `openxr` package installed on your system. - I'm getting poor performance. - Like other bevy projects, make sure you're building in release (example: `cargo run --example xr --release`)