Răsfoiți Sursa

Update install location for CLI

Jonathan Kelley 2 ani în urmă
părinte
comite
ec0fce3aef
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      packages/cli/README.md

+ 4 - 4
packages/cli/README.md

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