mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 06:08:26 +00:00
fix: no project-name in argument of dx create
(#1803)
This commit is contained in:
parent
18a56bf62c
commit
48e413a4f3
1 changed files with 2 additions and 2 deletions
|
@ -35,13 +35,13 @@ cargo install --path . --debug
|
|||
|
||||
## Get started
|
||||
|
||||
Use `dx create project-name` to initialize a new Dioxus project.
|
||||
Use `dx create` to initialize a new Dioxus project.
|
||||
It will be cloned from the [dioxus-template](https://github.com/DioxusLabs/dioxus-template) repository.
|
||||
|
||||
Alternatively, you can specify the template path:
|
||||
|
||||
```shell
|
||||
dx create hello --template gh:dioxuslabs/dioxus-template
|
||||
dx create --template gh:dioxuslabs/dioxus-template
|
||||
```
|
||||
|
||||
Run `dx --help` for a list of all the available commands.
|
||||
|
|
Loading…
Add table
Reference in a new issue