Merge pull request #143 from Schmarni-Dev/fix-readme
fix readme example commands
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
A crate for adding openxr (and in the future webxr) support to Bevy.
|
A crate for adding openxr (and in the future webxr) support to Bevy.
|
||||||
|
|
||||||
To see it in action run the example in `crates/bevy_openxr/examples` with `cargo run -p bevy_openxr --example 3d_scene`
|
To see it in action run the example in `crates/bevy_openxr/examples` with `cargo run -p bevy_mod_openxr --example 3d_scene`
|
||||||
|
|
||||||
## Discord
|
## Discord
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ https://discord.gg/sqMw7UJhNc
|
|||||||
|
|
||||||
- Make sure, if you're on Linux, that you have the `openxr` package installed on your system.
|
- Make sure, if you're on Linux, that you have the `openxr` package installed on your system.
|
||||||
- I'm getting poor performance.
|
- I'm getting poor performance.
|
||||||
- Like other bevy projects, make sure you're building in release (example: `cargo run -p bevy_openxr --example 3d_scene --release`)
|
- Like other bevy projects, make sure you're building in release (example: `cargo run -p bevy_mod_openxr --example 3d_scene --release`)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user