Link to Getting Started in examples README (#3374)

Fixes #3315
This commit is contained in:
Muhammad Hamza 2023-08-11 22:06:51 +05:00 committed by GitHub
parent a9ab085e74
commit daf7d21122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,8 @@
## How to Run
The examples are built with [trunk](https://github.com/thedodd/trunk).
You can install it with the following command:
```bash
cargo install --locked trunk
```
Running an example is as easy as running a single command:
Once you have the development envrionment fully set up (see [documentation](https://yew.rs/docs/next/getting-started/introduction)),
running an example is as easy as running a single command:
```bash
# move into the directory of the example you want to run