From 64b4dcc137cd48150334e0ae991b72a47b6123ce Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sat, 21 Jun 2025 16:18:20 -0400 Subject: [PATCH] docs: check dependencies before gui startup --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f91b2..d550133 100644 --- a/README.md +++ b/README.md @@ -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. ---