소스 검색

revision: cli-dev profile section (#2560)

Miles Murgaw 1 년 전
부모
커밋
9dd4427cb5
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      packages/cli/README.md

+ 6 - 0
packages/cli/README.md

@@ -33,6 +33,12 @@ Note: The CLI will fail to build projects in debug profile. This is currently un
 cargo install --path . --release
 ```
 
+### Developing The CLI
+It's faster to build the CLI using the `cli-dev` profile when testing changes.
+```shell
+cargo build --profile cli-dev
+```
+
 ## Get started
 
 Use `dx new` to initialize a new Dioxus project.