diff --git a/desktop/README.md b/desktop/README.md index e69de29b..7c6688f9 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -0,0 +1,10 @@ +# Desktop + +This module is used for the cross-platform desktop of the eairp project + +## Run the desktop +```shell +cd desktop + +cargo tauri dev +``` \ No newline at end of file