Browse Source

fix: Reflect that `create` command was renamed to `new` (#2174)

Martijn Gribnau 1 year ago
parent
commit
862ec2680b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/cli/README.md

+ 2 - 2
packages/cli/README.md

@@ -35,13 +35,13 @@ cargo install --path . --release
 
 ## Get started
 
-Use `dx create` to initialize a new Dioxus project.
+Use `dx new` 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 --template gh:dioxuslabs/dioxus-template
+dx new --template gh:dioxuslabs/dioxus-template
 ```
 
 Run `dx --help` for a list of all the available commands.