소스 검색

fix: added command line argument to successfully run multiwindow example (#3717)

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
Adrian Hupka 3 년 전
부모
커밋
5ed46f010b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/multiwindow/README.md

+ 1 - 1
examples/multiwindow/README.md

@@ -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`.
+To execute run the following on the root directory of the repository: `cargo run --example multiwindow --features window-create`.