docs: fix build instructions somewhat (#13463)

This commit is contained in:
WofWca 2025-05-18 22:43:49 +04:00 committed by GitHub
parent 626165eeb4
commit 923b7c7bc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,5 +25,5 @@ $ pnpm tauri dev
```bash
$ pnpm tauri build
$ ./src-tauri/target/release/app
$ ../../target/release/api
```