mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
parent
163d66e9d7
commit
52656348d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue