瀏覽代碼

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
 ### Install from local folder
 Note: The CLI will fail to build projects in debug profile. This is currently under investigation.
 Note: The CLI will fail to build projects in debug profile. This is currently under investigation.
 ```shell
 ```shell
-cargo install --path . --release
+cargo install --path .
 ```
 ```
 
 
 ### Developing The CLI
 ### Developing The CLI