소스 검색

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

Martijn Gribnau 1 년 전
부모
커밋
862ec2680b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.