From 73bd59bdcb9e872e2cecf49fea174225a1bb24a3 Mon Sep 17 00:00:00 2001 From: tkirishima Date: Tue, 9 Jan 2024 19:05:33 +0000 Subject: [PATCH] fix: no project-name in argument of `dx create` --- packages/cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 2325d6784b..93c695e4f6 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -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.