mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-18 14:48:26 +00:00
fix: desktop project name in docs
This commit is contained in:
parent
62294d36d9
commit
2cdd142c3e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Getting Set up with Dioxus-Desktop is quite easy. Make sure you have Rust and Ca
|
|||
|
||||
```shell
|
||||
$ cargo new --bin demo
|
||||
$ cd app
|
||||
$ cd demo
|
||||
```
|
||||
|
||||
Add Dioxus with the `desktop` feature:
|
||||
|
|
Loading…
Add table
Reference in a new issue