소스 검색

Fix cli readme local installation instructions (#2671)

Fixes #2669
Evan Almloff 11 달 전
부모
커밋
52656348d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/cli/README.md

+ 1 - 1
packages/cli/README.md

@@ -30,7 +30,7 @@ and install it in Cargo's global binary directory (`~/.cargo/bin/` by default).
 ### Install from local folder
 Note: The CLI will fail to build projects in debug profile. This is currently under investigation.
 ```shell
-cargo install --path . --release
+cargo install --path .
 ```
 
 ### Developing The CLI