Update README.md

This commit is contained in:
Vlad Gerasimov 2025-07-26 22:24:29 +04:00 committed by GitHub
parent 7f9244c512
commit 2bb2a5923a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,6 +61,8 @@ bun install
# Run in development mode
bun run tauri dev
# if it fails with cmake error on MacOS, try
CMAKE_POLICY_VERSION_MINIMUM=3.5 bun run tauri dev
# Build for production
bun run tauri build