Merge pull request #87 from PR0M3TH3AN/codex/update-readme-with-check-command-instructions

Update GUI instructions in README
This commit is contained in:
thePR0M3TH3AN
2025-06-21 16:18:45 -04:00
committed by GitHub

View File

@@ -87,10 +87,12 @@ Run `voxvera check` to see missing dependencies.
```bash
cd gui/electron
npm install
voxvera check # verify dependencies before launching
npm start
```
Click **Quickstart** to generate flyers without the terminal.
Click **Quickstart** to generate flyers without the terminal. If any tools are
missing or the network fails, see `docs/troubleshooting.md` for fixes.
---