Skip to content

Commit

Permalink
fix: no project-name in argument of dx create
Browse files Browse the repository at this point in the history
  • Loading branch information
tkr-sh committed Jan 9, 2024
1 parent 18a56bf commit 73bd59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 73bd59b

Please sign in to comment.