Fix cargo run command for running examples (#471)
This commit is contained in:
parent
3b3b0195bc
commit
12e0e99900
@ -3,7 +3,7 @@
|
||||
These examples demonstrate the main features of Bevy and how to use them.
|
||||
To run an example, use the command `cargo run --example <Example>`, and add the option `--features x11` or `--features wayland` to force the example to run on a specific window compositor, e.g.
|
||||
```
|
||||
cargo run --features wayland hello_world
|
||||
cargo run --features wayland --example hello_world
|
||||
```
|
||||
|
||||
## Hello, World!
|
||||
|
Loading…
Reference in New Issue
Block a user