Fix cli readme local installation instructions (#2671)

Fixes #2669
This commit is contained in:
Evan Almloff 2024-07-23 19:57:51 +02:00 committed by GitHub
parent 163d66e9d7
commit 52656348d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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