Update install location for CLI

This commit is contained in:
Jonathan Kelley 2023-06-28 17:39:03 -07:00
parent f1dbf033b9
commit ec0fce3aef

View file

@ -14,7 +14,7 @@ cargo install dioxus-cli
```
### Install from git repository
```
cargo install --git https://github.com/DioxusLabs/cli
cargo install --git https://github.com/DioxusLabs/dioxus dioxus-cli
```
### Install from local folder
```