Update README.md
This commit is contained in:
parent
7f9244c512
commit
2bb2a5923a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue