docs(examples): multiwindow example run command (#8735)

This commit is contained in:
Jingyu 2024-02-03 02:54:59 +08:00 committed by GitHub
parent e8d3793c3c
commit b09b94204c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,4 +2,4 @@
An example Tauri Multi-Window Application.
To execute run the following on the root directory of the repository: `cargo run --example multiwindow --features window-create`.
To execute run the following on the root directory of the repository: `cargo run --example multiwindow`.