Browse Source

Update install location for CLI

Jonathan Kelley 2 years ago
parent
commit
ec0fce3aef
1 changed files with 4 additions and 4 deletions
  1. 4 4
      packages/cli/README.md

+ 4 - 4
packages/cli/README.md

@@ -2,7 +2,7 @@
   <h1>📦✨ Dioxus CLI </h1>
   <h1>📦✨ Dioxus CLI </h1>
   <p><strong>Tooling to supercharge Dioxus projects</strong></p>
   <p><strong>Tooling to supercharge Dioxus projects</strong></p>
 </div>
 </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.
 It handles all build, bundling, development and publishing to simplify web development.
 
 
 
 
@@ -14,7 +14,7 @@ cargo install dioxus-cli
 ```
 ```
 ### Install from git repository
 ### 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
 ### 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>
 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.
 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).