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

@ -2,7 +2,7 @@
<h1>📦✨ Dioxus CLI </h1>
<p><strong>Tooling to supercharge Dioxus projects</strong></p>
</div>
**dioxus-cli** (inspired by wasm-pack and webpack) is a tool for getting Dioxus projects up and running.
**dioxus-cli** (inspired by wasm-pack and webpack) is a tool for getting Dioxus projects up and running.
It handles all build, bundling, development and publishing to simplify web development.
@ -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
```
@ -22,7 +22,7 @@ cargo install --path . --debug
```
## Get Started
## Get Started
Use `dioxus create project-name` to initialize a new Dioxus project. <br>
@ -40,4 +40,4 @@ dioxus create hello --template gh:dioxuslabs/dioxus-template
Dioxus CLI will use `Dioxus.toml` file to Identify some project info and switch some cli feature.
You can get more configure information from [Dioxus CLI Document](https://dioxuslabs.com/cli/configure.html).
You can get more configure information from [Dioxus CLI Document](https://dioxuslabs.com/cli/configure.html).