diff --git a/packages/cli/README.md b/packages/cli/README.md index 08f647ca9..cc45524cd 100644 --- a/packages/cli/README.md +++ b/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