diff --git a/src/getting_started/README.md b/src/getting_started/README.md index f20d319..c2761f5 100644 --- a/src/getting_started/README.md +++ b/src/getting_started/README.md @@ -117,8 +117,6 @@ Trunk should automatically compile your app and open it in your default browser. If you make edits to `main.rs`, Trunk will recompile your source code and live-reload the page. -> Due to an upstream [issue](https://github.com/thedodd/trunk/issues/597), `trunk` v0.17.5 will not work with live-reload on Windows. Use `trunk` v0.17.3 or [`trunk-ng`](https://github.com/thedodd/trunk/issues/597#issuecomment-1772944469) as a temporary workaround. - Welcome to the world of UI development with Rust and WebAssembly (WASM), powered by Leptos and Trunk! ---