summaryrefslogtreecommitdiffstats
path: root/examples/tour/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-06-10 18:10:29 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-06-10 18:12:54 +0200
commit449bbb112e0c1e07c34cbf88786062c1ff7361c1 (patch)
tree3f44550baad97f24ee83fa24e476a638a6b16a7f /examples/tour/README.md
parent260bbc5690b921e678d02eeb7a558c48874544d0 (diff)
downloadiced-449bbb112e0c1e07c34cbf88786062c1ff7361c1.tar.gz
iced-449bbb112e0c1e07c34cbf88786062c1ff7361c1.tar.bz2
iced-449bbb112e0c1e07c34cbf88786062c1ff7361c1.zip
Update web instructions of the `tour` example
Diffstat (limited to 'examples/tour/README.md')
-rw-r--r--examples/tour/README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/tour/README.md b/examples/tour/README.md
index e7cd2d5c..731e7e66 100644
--- a/examples/tour/README.md
+++ b/examples/tour/README.md
@@ -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/