Merge pull request #45 from vladstudio/main

Update README.md
This commit is contained in:
CJ Pais 2025-07-26 11:43:24 -07:00 committed by GitHub
commit e92f94573e
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