From 8a292199e353ecd82ea9808245acad5de4967daa Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Thu, 10 Aug 2023 17:24:20 +0500 Subject: [PATCH] Link to Getting Started in examples README --- examples/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/examples/README.md b/examples/README.md index e9735ebd199..58da019a898 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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