We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853df7f commit 779c0f2Copy full SHA for 779c0f2
1 file changed
README.md
@@ -39,6 +39,13 @@ To start the development server, run:
39
40
This will start the application in development mode.
41
42
+## Build and Run
43
+[https://tauri.app/v1/guides/building/](https://tauri.app/v1/guides/building/)
44
+```
45
+yarn tauri build
46
47
+linux build `.deb` and `.AppImage`
48
+
49
## License
50
51
By contributing to this repository, you agree that your contributions will be licensed under the project's [MIT License](./LICENSE)
0 commit comments