Преглед изворни кода

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