mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-14 16:37:14 +00:00
Update web.md
Updated the link to dioxus-cli from the depricated repo to the new location.
This commit is contained in:
parent
44c0eb66c5
commit
49a6a66ab6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ The Web is the best-supported target platform for Dioxus.
|
|||
|
||||
## Tooling
|
||||
|
||||
To develop your Dioxus app for the web, you'll need a tool to build and serve your assets. We recommend using [dioxus-cli](https://github.com/DioxusLabs/cli) which includes a build system, Wasm optimization, a dev server, and support hot reloading:
|
||||
To develop your Dioxus app for the web, you'll need a tool to build and serve your assets. We recommend using [dioxus-cli](https://github.com/DioxusLabs/dioxus/tree/master/packages/cli) which includes a build system, Wasm optimization, a dev server, and support hot reloading:
|
||||
|
||||
```shell
|
||||
cargo install dioxus-cli
|
||||
|
|
Loading…
Reference in a new issue