Update web instructions of the tour example

This commit is contained in:
Héctor Ramón Jiménez 2022-06-10 18:10:29 +02:00
parent 260bbc5690
commit 449bbb112e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 7 additions and 7 deletions

View file

@ -23,6 +23,11 @@ You can run the native version with `cargo run`:
cargo run --package tour
```
The web version can be run by following [the usage instructions of `iced_web`] or by accessing [iced.rs](https://iced.rs/)!
The web version can be run with [`trunk`]:
[the usage instructions of `iced_web`]: https://github.com/iced-rs/iced_web#usage
```
cd examples/tour
trunk serve
```
[`trunk`]: https://trunkrs.dev/