mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
Update README.md
This commit is contained in:
parent
4815fe33f9
commit
8a0abec828
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue