Merge pull request #11 from DioxusLabs/mrxiaozhuox-patch-1

Update README.md
This commit is contained in:
Jonathan Kelley 2022-02-17 20:52:24 -05:00 committed by GitHub
commit 9879f5b2a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ dioxus 0.1.2
Build, bundle, & ship your Dioxus app
USAGE:
dioxus.exe [FLAGS] <SUBCOMMAND>
dioxus [FLAGS] <SUBCOMMAND>
FLAGS:
-h, --help Prints help information
@ -42,10 +42,10 @@ SUBCOMMANDS:
## Get Started
You can use the `dioxus crate project_name` to init a dioxus project, its will be clone from the [dioxus-template](https://github.com/DioxusLabs/dioxus-template).
You can use the `dioxus create project_name` to init a dioxus project, its will be clone from the [dioxus-template](https://github.com/DioxusLabs/dioxus-template).
or you can assign the template path:
```
dioxus create hello --template gh:dioxuslabs/dioxus-template
```
```