diff options
author | 2022-07-08 19:31:45 +0200 | |
---|---|---|
committer | 2022-07-08 19:31:45 +0200 | |
commit | fa55dff61db47197a961152285c6a6abfab0b217 (patch) | |
tree | 44904afb16a0cab9e22fce0d73a5616676cd426b /examples/tour | |
parent | 1dd1a2f97fc747e15e12b5188dad6c41b0d052ea (diff) | |
parent | 66eb6263003c1bbedd1fd14d6b12f172d20a6211 (diff) | |
download | iced-fa55dff61db47197a961152285c6a6abfab0b217.tar.gz iced-fa55dff61db47197a961152285c6a6abfab0b217.tar.bz2 iced-fa55dff61db47197a961152285c6a6abfab0b217.zip |
Merge branch 'master' into theming
Diffstat (limited to 'examples/tour')
-rw-r--r-- | examples/tour/README.md | 9 |
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/ |