Skip to content

Commit ca7cac9

Browse files
committed
Fix errors in web build instructions
1 parent db4b6c1 commit ca7cac9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ cargo run --profile dist
3434
### Web
3535

3636
```bash
37-
cargo install --git https://github.com/TheBevyFlock/bevy_cli bevy_cli --features wasm-opt
37+
cargo install --git https://github.com/TheBevyFlock/bevy_cli --tag cli-v0.1.0-alpha.1 --locked bevy_cli
3838
bevy run web
3939
bevy run --release web
40-
bevy run --release --profile web-dist web --bundle
40+
bevy build --yes --release --profile web-dist web --bundle
4141
```
4242

4343
## Contributing

0 commit comments

Comments
 (0)