We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4b6c1 commit ca7cac9Copy full SHA for ca7cac9
1 file changed
README.md
@@ -34,10 +34,10 @@ cargo run --profile dist
34
### Web
35
36
```bash
37
-cargo install --git https://github.com/TheBevyFlock/bevy_cli bevy_cli --features wasm-opt
+cargo install --git https://github.com/TheBevyFlock/bevy_cli --tag cli-v0.1.0-alpha.1 --locked bevy_cli
38
bevy run web
39
bevy run --release web
40
-bevy run --release --profile web-dist web --bundle
+bevy build --yes --release --profile web-dist web --bundle
41
```
42
43
## Contributing
0 commit comments