Update web.md

Updated the link to dioxus-cli from the depricated repo to the new location.
This commit is contained in:
Lablack Mourad 2023-07-11 15:25:32 +08:00 committed by GitHub
parent 44c0eb66c5
commit 49a6a66ab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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